diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-09 02:43:02 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-09 02:43:02 +0000 |
commit | c3996ffb0dc7db615b0d7bb4a7bc9fc0c187177b (patch) | |
tree | 8e4fc4b3efec6da143824896decaa98171777b34 /lib/libc/string/bm.c | |
parent | 81fdb1c9d870ea7675764665befe8112a17eaa0a (diff) |
From NetBSD: 960217 merge
Diffstat (limited to 'lib/libc/string/bm.c')
-rw-r--r-- | lib/libc/string/bm.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/string/bm.c b/lib/libc/string/bm.c index 0cfb2894a11..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 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> |