Date: Thu, 11 Jun 2009 13:07:42 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/include unistd.h src/lib/libc/gen Makefile.inc feature_present.3 feature_present.c Message-ID: <200906111309.n5BD9sk0065546@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-06-11 13:07:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) include unistd.h lib/libc/gen Makefile.inc Added files: (Branch: RELENG_4) lib/libc/gen feature_present.3 feature_present.c Log: SVN rev 193999 on 2009-06-11 13:07:42Z by jhb MFC: Add a feature_present(3) function which checks to see if a named kernel feature is present by checking the kern.features sysctl MIB. Revision Changes Path 1.35.2.11 +1 -0 src/include/unistd.h 1.62.2.20 +4 -2 src/lib/libc/gen/Makefile.inc 1.1.6.1 +72 -0 src/lib/libc/gen/feature_present.3 (new) 1.1.6.1 +62 -0 src/lib/libc/gen/feature_present.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906111309.n5BD9sk0065546>