diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:42:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:42:52 +0000 |
commit | 2112c5aebddcc9b15a7c8a5ca2cdc0b848d92eb0 (patch) | |
tree | f2d0a9d1ed4ea8194353d0ef4e53890991d1a8b4 /libshouldbeinlibc/portinfo.h | |
parent | 94d78956ee2eb72ddc67f850e588695529b63fca (diff) |
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* portinfo.h: Add #include <sys/mman.h> for munmap decl.
* fsysops.c: Likewise.
* idvec-auth.c: Likewise.
Diffstat (limited to 'libshouldbeinlibc/portinfo.h')
-rw-r--r-- | libshouldbeinlibc/portinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libshouldbeinlibc/portinfo.h b/libshouldbeinlibc/portinfo.h index bef2fa00..09d1643a 100644 --- a/libshouldbeinlibc/portinfo.h +++ b/libshouldbeinlibc/portinfo.h @@ -1,6 +1,6 @@ /* Print information about a task's ports - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1999 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -24,6 +24,7 @@ #include <stdio.h> #include <errno.h> #include <mach.h> +#include <sys/mman.h> #include <portxlate.h> |