summaryrefslogtreecommitdiffstats
path: root/monitor_mm.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-07-23 00:03:33 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-07-23 00:03:33 +0000
commit446d886fa5b295b03031de840286dbe4b7d904a3 (patch)
tree91fa8c33b19e120224294d76a64b2b8f0c2ca3d6 /monitor_mm.c
parent762104ede03f5ed71dadc77466aa1948531d8704 (diff)
- (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() defines
into it's own header.
Diffstat (limited to 'monitor_mm.c')
-rw-r--r--monitor_mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_mm.c b/monitor_mm.c
index c0e14134..fbf57b43 100644
--- a/monitor_mm.c
+++ b/monitor_mm.c
@@ -28,9 +28,9 @@ RCSID("$OpenBSD: monitor_mm.c,v 1.7 2002/06/28 01:49:31 millert Exp $");
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
-void *xmmap(size_t);
#endif
+#include "openbsd-compat/xmmap.h"
#include "ssh.h"
#include "xmalloc.h"
#include "log.h"