Module Name: src
Committed By: bad
Date: Sun Oct 11 12:13:45 UTC 2009
Modified Files:
src/common/lib/libprop: prop_kern.c
Log Message:
Back out previous. Builds for me and on autobuild cluster.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/common/lib/libprop/prop_kern.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libprop/prop_kern.c
diff -u src/common/lib/libprop/prop_kern.c:1.12 src/common/lib/libprop/prop_kern.c:1.13
--- src/common/lib/libprop/prop_kern.c:1.12 Sat Oct 10 21:27:46 2009
+++ src/common/lib/libprop/prop_kern.c Sun Oct 11 12:13:45 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: prop_kern.c,v 1.12 2009/10/10 21:27:46 christos Exp $ */
+/* $NetBSD: prop_kern.c,v 1.13 2009/10/11 12:13:45 bad Exp $ */
/*-
* Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
@@ -332,7 +332,6 @@
return _prop_object_copyin(pref, type, objp);
}
-#ifdef notyet
/*
* prop_array_copyin --
* Copy in an array passed as a syscall arg.
@@ -354,7 +353,6 @@
return (_prop_object_copyin(pref, PROP_TYPE_DICTIONARY,
(prop_object_t *)dictp));
}
-#endif
/*