Date: Sun, 13 Apr 1997 08:38:14 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys, cvs-include Subject: cvs commit: src/include unistd.h src/sys/sys mman.h types.h Message-ID: <199704131538.IAA10359@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/04/13 08:38:13 Modified: include unistd.h sys/sys mman.h types.h Log: #ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn't cause noise. Duplicated the lseek() redeclaration hack for all functions involving off_t's (ftruncate(), mmap() and truncate()) to help broken programs work. Revision Changes Path 1.13 +10 -0 src/include/unistd.h 1.18 +4 -1 src/sys/sys/mman.h 1.20 +28 -12 src/sys/sys/types.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704131538.IAA10359>