summaryrefslogtreecommitdiff
path: root/openbsd-compat/xmmap.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-07-22 16:20:29 +0000
committerKevin Steves <stevesk@pobox.com>2002-07-22 16:20:29 +0000
commit066e1ab8a36123a910e4dc7b3e2eb15890234a60 (patch)
treea42e393003323787edc85d93a84e17b1be48e343 /openbsd-compat/xmmap.c
parentbeb5f3304b74fe04a1fde815fe70ecf2f30e95b1 (diff)
- (stevesk) [xmmap.c] missing prototype for fatal()
Diffstat (limited to 'openbsd-compat/xmmap.c')
-rw-r--r--openbsd-compat/xmmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c
index a6b7d3bdf..8f1d2022c 100644
--- a/openbsd-compat/xmmap.c
+++ b/openbsd-compat/xmmap.c
@@ -26,6 +26,8 @@
26#include <sys/mman.h> 26#include <sys/mman.h>
27#endif 27#endif
28 28
29#include "log.h"
30
29void *xmmap(size_t size) 31void *xmmap(size_t size)
30{ 32{
31 void *address; 33 void *address;