aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2008-04-16 18:59:36 +0000
committerXin LI <delphij@FreeBSD.org>2008-04-16 18:59:36 +0000
commit6fda52ba75654d8a540536228390922bfae1db69 (patch)
tree8c9b74f319a953968d992cfa91a87e7fe29827a0 /sys
parentf6386c2536267cd1de56dc61657389e8648ade5e (diff)
downloadsrc-6fda52ba75654d8a540536228390922bfae1db69.tar.gz
src-6fda52ba75654d8a540536228390922bfae1db69.zip
Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part
deals with the usual __opendir2() calls, and the rest part with an interface translator to expose fdopendir(3) functionality. Manual page was obtained from kib@'s work for *at(2) system calls.
Notes
Notes: svn path=/head/; revision=178256
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index d9d51255cf66..ffeb7c7f0d30 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 800034 /* Master, propagated to newvers */
+#define __FreeBSD_version 800035 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>