Date: Fri, 29 Sep 2000 03:20:03 -0700 (PDT) From: Togawa Satoshi <toga@af.wakwak.com> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/21644: /usr/include/sys/mman.h uses a type defined in /usr/include/sys/types.h Message-ID: <200009291020.DAA50325@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/21644; it has been noted by GNATS. From: Togawa Satoshi <toga@af.wakwak.com> To: freebsd-gnats-submit@FreeBSD.org, "toga@puyo.org?subject=Re":%20misc/21644:%20%2Fusr%2Finclude%2Fsys%2Fmman.h%20uses%20a%20type%20defined%20in%20%2Fusr%2Finclude%2Fsys@2Ftypes.h Cc: Subject: Re: misc/21644: /usr/include/sys/mman.h uses a type defined in /usr/include/sys/types.h Date: Fri, 29 Sep 2000 19:15:22 +0900 (JST) *** /usr/include/sys/mman.h Thu Jul 27 12:06:39 2000 --- ./mman.h Fri Sep 29 18:59:47 2000 *************** *** 129,134 **** --- 129,135 ---- __BEGIN_DECLS #ifdef _P1003_1B_VISIBLE + #include <sys/types.h> int mlockall __P((int)); int munlockall __P((void)); int shm_open __P((const char *, int, mode_t)); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009291020.DAA50325>