summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2002-09-20 21:11:11 +0000
committerchristos <christos@NetBSD.org>2002-09-20 21:11:11 +0000
commitd0a6aa04fc449fbc85bf36bec38ef26c2fb8231d (patch)
tree71bf174876190af55147cb005f712e18aec4c3a0 /lib/libutil
parent4ac3045a5a18ca016901a6fed75a6c5c341912a5 (diff)
Add rcsid, config.h
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/snprintb.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/libutil/snprintb.c b/lib/libutil/snprintb.c
index d7d488f6dd0..2d0e9ec086e 100644
--- a/lib/libutil/snprintb.c
+++ b/lib/libutil/snprintb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: snprintb.c,v 1.1 2002/09/20 21:10:10 christos Exp $ */
+/* $NetBSD: snprintb.c,v 1.2 2002/09/20 21:11:11 christos Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -33,6 +33,15 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#else
+#include <sys/cdefs.h>
+#if defined(LIBC_SCCS) && !defined(lint)
+__RCSID("$NetBSD: snprintb.c,v 1.2 2002/09/20 21:11:11 christos Exp $");
+#endif
+#endif
+
/*
* snprintb: print an interpreted bitmask to a buffer
*