diff options
author | tholo <> | 1996-08-19 08:34:30 +0000 |
---|---|---|
committer | tholo <> | 1996-08-19 08:34:30 +0000 |
commit | e05d77aaf17452bebe333901f1acfad893fa05a7 (patch) | |
tree | 38a123983182ecb1d85d870dc92d9e902a66e4e4 /src/lib/libc/string/bm.c | |
parent | 057dc3cd255a3e12f9cb92d21ec3f71c65cfd475 (diff) | |
download | openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.tar.gz openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.tar.bz2 openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.zip |
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'src/lib/libc/string/bm.c')
-rw-r--r-- | src/lib/libc/string/bm.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libc/string/bm.c b/src/lib/libc/string/bm.c index 4bc5f17801..b191d340f6 100644 --- a/src/lib/libc/string/bm.c +++ b/src/lib/libc/string/bm.c | |||
@@ -1,5 +1,3 @@ | |||
1 | /* $OpenBSD: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $ */ | ||
2 | |||
3 | /*- | 1 | /*- |
4 | * Copyright (c) 1994 | 2 | * Copyright (c) 1994 |
5 | * The Regents of the University of California. All rights reserved. | 3 | * The Regents of the University of California. All rights reserved. |
@@ -37,9 +35,8 @@ | |||
37 | */ | 35 | */ |
38 | 36 | ||
39 | #if defined(LIBC_SCCS) && !defined(lint) | 37 | #if defined(LIBC_SCCS) && !defined(lint) |
40 | /* from: static char sccsid[] = "@(#)bm.c 8.7 (Berkeley) 6/21/94"; */ | 38 | static char *rcsid = "$OpenBSD: bm.c,v 1.3 1996/08/19 08:33:59 tholo Exp $"; |
41 | static char *rcsid = "$Id: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $"; | 39 | #endif /* LIBC_SCCS and not lint */ |
42 | #endif /* LIBC_SCCS && not lint */ | ||
43 | 40 | ||
44 | #include <sys/types.h> | 41 | #include <sys/types.h> |
45 | 42 | ||