summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/bm.c
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1996-03-09 02:42:53 +0000
committerniklas <niklas@openbsd.org>1996-03-09 02:42:53 +0000
commita3320e1fbb9e87b89748f7eb5878def50449370a (patch)
tree1d3d91bee23b2c2cae6b1b5ac698e503bb851bdb /lib/libc/string/bm.c
parentRudimentary support for compilation in a cross environment (diff)
downloadwireguard-openbsd-a3320e1fbb9e87b89748f7eb5878def50449370a.tar.xz
wireguard-openbsd-a3320e1fbb9e87b89748f7eb5878def50449370a.zip
From NetBSD: 960217 merge
Diffstat (limited to 'lib/libc/string/bm.c')
-rw-r--r--lib/libc/string/bm.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/string/bm.c b/lib/libc/string/bm.c
index 68eac22ecc1..4bc5f178014 100644
--- a/lib/libc/string/bm.c
+++ b/lib/libc/string/bm.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $ */
+
/*-
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -34,10 +36,10 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-/* from: static char sccsid[] = "@(#)bm.c 8.7 (Berkeley) 6/21/94"; */
-static char *rcsid = "$Id: bm.c,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $";
-#endif /* not lint */
+#if defined(LIBC_SCCS) && !defined(lint)
+/* from: static char sccsid[] = "@(#)bm.c 8.7 (Berkeley) 6/21/94"; */
+static char *rcsid = "$Id: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $";
+#endif /* LIBC_SCCS && not lint */
#include <sys/types.h>