Date: Mon, 18 Jun 2001 13:24:55 -0700 (PDT) From: Garrett Wollman <wollman@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include limits.h src/lib/libc/gen sysconf.c src/sys/kern kern_subr.c src/sys/sys sysctl.h syslimits.h uio.h unistd.h Message-ID: <200106182024.f5IKOtP16105@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wollman 2001/06/18 13:24:55 PDT
Modified files:
include limits.h
lib/libc/gen sysconf.c
sys/kern kern_subr.c
sys/sys sysctl.h syslimits.h uio.h unistd.h
Log:
After one too many PRs on the subject, bite the bullet and define IOV_MAX
and its associated constants. Implement _SC_IOV_MAX in the usual way.
Be a bit sloppy about the namespace question; this should get cleared up
in time for 5.0.
MFC after: 1 month
Revision Changes Path
1.11 +2 -1 src/include/limits.h
1.11 +12 -0 src/lib/libc/gen/sysconf.c
1.44 +5 -1 src/sys/kern/kern_subr.c
1.95 +4 -2 src/sys/sys/sysctl.h
1.10 +2 -1 src/sys/sys/syslimits.h
1.13 +9 -1 src/sys/sys/uio.h
1.27 +3 -1 src/sys/sys/unistd.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?200106182024.f5IKOtP16105>
