Date: Mon, 1 Jun 1998 13:58:04 -0700 (PDT) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen sysconf.c Message-ID: <199806012058.NAA12668@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1998/06/01 13:58:04 PDT Modified files: lib/libc/gen sysconf.c Log: Add a trivial mechanism for returning a useful default value if one is available and the kernel MIB setting is zero. Return the result from getpagesize() if the p1003_1b.pagesize MIB value is zero. Suggested by: Joerg Schilling <schilling@fokus.gmd.de> Revision Changes Path 1.10 +4 -1 src/lib/libc/gen/sysconf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806012058.NAA12668>