Module Name:    src
Committed By:   riz
Date:           Mon Dec 10 21:18:18 UTC 2012

Modified Files:
        src/external/cddl/osnet/include [netbsd-6]: unistd.h

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #733):
        external/cddl/osnet/include/unistd.h: revision 1.5
we have _SC_PHYS_PAGES now


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.8.1 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.4.8.1
--- src/external/cddl/osnet/include/unistd.h:1.4	Sun Feb 28 14:45:47 2010
+++ src/external/cddl/osnet/include/unistd.h	Mon Dec 10 21:18:18 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: unistd.h,v 1.4 2010/02/28 14:45:47 haad Exp $	*/
+/*	$NetBSD: unistd.h,v 1.4.8.1 2012/12/10 21:18:18 riz Exp $	*/
 
 /*
  * Copyright (C) 2007 John Birrell <j...@freebsd.org>
@@ -38,6 +38,4 @@
 #define	ftruncate64	ftruncate
 #define	pread64		pread
 
-#define	_SC_PHYS_PAGES			500
-
 #endif

Reply via email to