Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libprop make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/744dc5f284d8
branches:  trunk
changeset: 748035:744dc5f284d8
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 10 21:27:46 2009 +0000

description:
make this compile again.

diffstat:

 common/lib/libprop/prop_kern.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 87065a47a296 -r 744dc5f284d8 common/lib/libprop/prop_kern.c
--- a/common/lib/libprop/prop_kern.c    Sat Oct 10 21:26:16 2009 +0000
+++ b/common/lib/libprop/prop_kern.c    Sat Oct 10 21:27:46 2009 +0000
@@ -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
 
 
 /*



Home | Main Index | Thread Index | Old Index