make this compile again.
This commit is contained in:
parent
133d41423c
commit
44443bc42e
|
@ -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 @@ _prop_object_copyin_ioctl(const struct plistref *pref, const prop_type_t type,
|
|||
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 @@ prop_dictionary_copyin(const struct plistref *pref, prop_dictionary_t *dictp)
|
|||
return (_prop_object_copyin(pref, PROP_TYPE_DICTIONARY,
|
||||
(prop_object_t *)dictp));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue