Module Name: src
Committed By: haad
Date: Mon Aug 10 22:29:30 UTC 2009
Modified Files:
src/sys/sys: unistd.h
Log Message:
Add _PC_ACL_EXTENDED and _PC_MIN_HOLE_SIZE which are needed by zfs.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/sys/unistd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/unistd.h
diff -u src/sys/sys/unistd.h:1.48 src/sys/sys/unistd.h:1.49
--- src/sys/sys/unistd.h:1.48 Sat Aug 8 22:53:16 2009
+++ src/sys/sys/unistd.h Mon Aug 10 22:29:29 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: unistd.h,v 1.48 2009/08/08 22:53:16 christos Exp $ */
+/* $NetBSD: unistd.h,v 1.49 2009/08/10 22:29:29 haad Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -162,6 +162,10 @@
#define _PC_FILESIZEBITS 11
#define _PC_SYMLINK_MAX 12
#define _PC_2_SYMLINKS 13
+#define _PC_ACL_EXTENDED 14
+
+/* From OpenSolaris, used by SEEK_DATA/SEEK_HOLE. */
+#define _PC_MIN_HOLE_SIZE 15
/* configurable system variables; use as argument to sysconf(3) */
/*