We don't need any of this in standalone mode.
This commit is contained in:
parent
f9e99b470b
commit
ddbb9c58dd
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cpuset.c,v 1.6 2008/06/16 02:53:32 christos Exp $ */
|
||||
/* $NetBSD: cpuset.c,v 1.7 2008/06/16 13:02:08 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2008 The NetBSD Foundation, Inc.
|
||||
@ -29,9 +29,10 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _STANDALONE
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: cpuset.c,v 1.6 2008/06/16 02:53:32 christos Exp $");
|
||||
__RCSID("$NetBSD: cpuset.c,v 1.7 2008/06/16 13:02:08 christos Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -187,3 +188,4 @@ kcpuset_unuse(cpuset_t *c, cpuset_t **lst)
|
||||
*lst = c;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user