Date: Fri, 24 Aug 2001 11:22:46 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mman.h Message-ID: <200108241822.f7OIMkj92602@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2001/08/24 11:22:46 PDT Modified files: sys/sys mman.h Log: Remove MAP_NOEXTEND. It came from 4.4-lite and not only was never implemented, but mmap()'s default behavior is *already* to not extend files. Only write() or ftruncate() can extend a file. Revision Changes Path 1.30 +2 -2 src/sys/sys/mman.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108241822.f7OIMkj92602>