summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/portinfo.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 19:56:44 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 19:56:44 +0000
commite345864d418be75f391241b8debdb1e793d64463 (patch)
tree923ee12d27591a5bb393dab59ac819a3d1a64222 /libshouldbeinlibc/portinfo.h
parentffa6fee9e2be655154a9d01206c5ec4d1f733010 (diff)
1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
* portinfo.h: Don't include <sys/types.h>, <sys/mman.h>. This is an exported header, and its decls don't need them. * portinfo.c: Include them here instead. * xportinfo.c: And here.
Diffstat (limited to 'libshouldbeinlibc/portinfo.h')
-rw-r--r--libshouldbeinlibc/portinfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libshouldbeinlibc/portinfo.h b/libshouldbeinlibc/portinfo.h
index cc8d0730..143c2898 100644
--- a/libshouldbeinlibc/portinfo.h
+++ b/libshouldbeinlibc/portinfo.h
@@ -24,8 +24,6 @@
#include <stdio.h>
#include <errno.h>
#include <mach.h>
-#include <sys/types.h>
-#include <sys/mman.h>
#include <portxlate.h>