Module Name: src
Committed By: christos
Date: Sat Oct 10 21:27:46 UTC 2009
Modified Files:
src/common/lib/libprop: prop_kern.c
Log Message:
make this compile again.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/common/lib/libprop/prop_kern.c:1.12
--- src/common/lib/libprop/prop_kern.c:1.11 Sat Oct 10 14:06:54 2009
+++ src/common/lib/libprop/prop_kern.c Sat Oct 10 17:27:46 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: prop_kern.c,v 1.11 2009/10/10 18:06:54 bad Exp $ */
+/* $NetBSD: prop_kern.c,v 1.12 2009/10/10 21:27:46 christos Exp $ */
/*-
* Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
@@ -332,6 +332,7 @@
return _prop_object_copyin(pref, type, objp);
}
+#ifdef notyet
/*
* prop_array_copyin --
* Copy in an array passed as a syscall arg.
@@ -353,6 +354,7 @@
return (_prop_object_copyin(pref, PROP_TYPE_DICTIONARY,
(prop_object_t *)dictp));
}
+#endif
/*