diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2003-08-29 16:59:52 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2003-08-29 16:59:52 +0000 |
commit | 515d0f9a1eeedcbd03bb78cf09a17d99e597b5a3 (patch) | |
tree | ac86db543bf049e2aefdee65f378f13552529122 /monitor_mm.c | |
parent | 43a0dc6653e24d31798879b2caa4d0eaf287531c (diff) | |
download | openssh-git-515d0f9a1eeedcbd03bb78cf09a17d99e597b5a3.tar.gz |
- (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on our
files, and added missing license to header.
Diffstat (limited to 'monitor_mm.c')
-rw-r--r-- | monitor_mm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor_mm.c b/monitor_mm.c index b4a6e40c..e57c87cc 100644 --- a/monitor_mm.c +++ b/monitor_mm.c @@ -30,7 +30,6 @@ RCSID("$OpenBSD: monitor_mm.c,v 1.8 2002/08/02 14:43:15 millert Exp $"); #include <sys/mman.h> #endif -#include "openbsd-compat/xmmap.h" #include "ssh.h" #include "xmalloc.h" #include "log.h" |