This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
Protect against multiple inclusion.
OPENBSD_2_1
millert
28 years ago
parent
08538a57ec
commit
11e6055bdf
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/include/mpool.h
+ 5
- 0
src/include/mpool.h
View File
@ -35,6 +35,9 @@
*
@
(
#
)
mpool
.
h
8.2
(
Berkeley
)
7
/
14
/
94
*/
#
ifndef _MPOOL_H_
#
define _MPOOL_H_
#
include
<sys/queue.h>
/*
@ -99,3 +102,5 @@ int mpool_close __P((MPOOL *));
void
mpool_stat
__P
(
(
MPOOL
*
)
)
;
#
endif
__END_DECLS
#
endif
Write
Preview
Loading…
Cancel
Save