Module Name: src
Committed By: christos
Date: Sun Nov 4 19:12:42 UTC 2012
Modified Files:
src/external/cddl/osnet/include: unistd.h
Log Message:
we have _SC_PHYS_PAGES now
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/include/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/external/cddl/osnet/include/unistd.h
diff -u src/external/cddl/osnet/include/unistd.h:1.4 src/external/cddl/osnet/include/unistd.h:1.5
--- src/external/cddl/osnet/include/unistd.h:1.4 Sun Feb 28 09:45:47 2010
+++ src/external/cddl/osnet/include/unistd.h Sun Nov 4 14:12:41 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: unistd.h,v 1.4 2010/02/28 14:45:47 haad Exp $ */
+/* $NetBSD: unistd.h,v 1.5 2012/11/04 19:12:41 christos Exp $ */
/*
* Copyright (C) 2007 John Birrell <[email protected]>
@@ -38,6 +38,4 @@
#define ftruncate64 ftruncate
#define pread64 pread
-#define _SC_PHYS_PAGES 500
-
#endif