summaryrefslogtreecommitdiff
path: root/lib/libc/net/__cmsg_alignbytes.c
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>2005-02-09 21:35:46 +0000
committerkleink <kleink@NetBSD.org>2005-02-09 21:35:46 +0000
commitfd5cb0acea84d278e04e640d37ca2398f894991f (patch)
tree7491880dfdd2422b7764def72de04814feb1363e /lib/libc/net/__cmsg_alignbytes.c
parenta7126d64352edba69608f07191b9be56111e16f5 (diff)
A little libc namespace housekeeping exercise:
* Make vfprintf_unlocked() an internal function, c.f. __svfscanf_unlocked(). * Add internal names for arc4random(), endnetpath(), fhstatvfs(), fstatvfs(), mkstemp(), shquote(), statvfs(), taddr2uaddr(), uaddr2taddr(), uuid_create_nil(), uuid_is_nil(), and wcwidth(). * Include namespace.h where supposed to.
Diffstat (limited to 'lib/libc/net/__cmsg_alignbytes.c')
-rw-r--r--lib/libc/net/__cmsg_alignbytes.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/net/__cmsg_alignbytes.c b/lib/libc/net/__cmsg_alignbytes.c
index 6ab2a9421da..20493cc0fe1 100644
--- a/lib/libc/net/__cmsg_alignbytes.c
+++ b/lib/libc/net/__cmsg_alignbytes.c
@@ -1,4 +1,4 @@
-/* $NetBSD: __cmsg_alignbytes.c,v 1.5 2004/01/29 08:25:28 itojun Exp $ */
+/* $NetBSD: __cmsg_alignbytes.c,v 1.6 2005/02/09 21:35:46 kleink Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,9 +38,10 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: __cmsg_alignbytes.c,v 1.5 2004/01/29 08:25:28 itojun Exp $");
+__RCSID("$NetBSD: __cmsg_alignbytes.c,v 1.6 2005/02/09 21:35:46 kleink Exp $");
#endif /* LIBC_SCCS and not lint */
+#include "namespace.h"
#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysctl.h>