summaryrefslogtreecommitdiff
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 c0e141343..fbf57b439 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 $");
28 28
29#ifdef HAVE_SYS_MMAN_H 29#ifdef HAVE_SYS_MMAN_H
30#include <sys/mman.h> 30#include <sys/mman.h>
31void *xmmap(size_t);
32#endif 31#endif
33 32
33#include "openbsd-compat/xmmap.h"
34#include "ssh.h" 34#include "ssh.h"
35#include "xmalloc.h" 35#include "xmalloc.h"
36#include "log.h" 36#include "log.h"