diff options
Diffstat (limited to 'src/lib/libc/string/bm.c')
-rw-r--r-- | src/lib/libc/string/bm.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libc/string/bm.c b/src/lib/libc/string/bm.c index 68eac22ecc..b191d340f6 100644 --- a/src/lib/libc/string/bm.c +++ b/src/lib/libc/string/bm.c | |||
@@ -34,10 +34,9 @@ | |||
34 | * SUCH DAMAGE. | 34 | * SUCH DAMAGE. |
35 | */ | 35 | */ |
36 | 36 | ||
37 | #ifndef lint | 37 | #if defined(LIBC_SCCS) && !defined(lint) |
38 | /* 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 $"; |
39 | static char *rcsid = "$Id: bm.c,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $"; | 39 | #endif /* LIBC_SCCS and not lint */ |
40 | #endif /* not lint */ | ||
41 | 40 | ||
42 | #include <sys/types.h> | 41 | #include <sys/types.h> |
43 | 42 | ||