Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libprop Back out previous. Builds for me and on ...



details:   https://anonhg.NetBSD.org/src/rev/4264084a31a2
branches:  trunk
changeset: 748051:4264084a31a2
user:      bad <bad%NetBSD.org@localhost>
date:      Sun Oct 11 12:13:45 2009 +0000

description:
Back out previous.  Builds for me and on autobuild cluster.

diffstat:

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

diffs (25 lines):

diff -r 6d863e6aef9e -r 4264084a31a2 common/lib/libprop/prop_kern.c
--- a/common/lib/libprop/prop_kern.c    Sun Oct 11 11:26:40 2009 +0000
+++ b/common/lib/libprop/prop_kern.c    Sun Oct 11 12:13:45 2009 +0000
@@ -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
 
 
 /*



Home | Main Index | Thread Index | Old Index