diff options
author | niklas <> | 1996-03-09 02:42:58 +0000 |
---|---|---|
committer | niklas <> | 1996-03-09 02:42:58 +0000 |
commit | 83a23009542c2672b009a5ad496e0a28417a37f9 (patch) | |
tree | 129097fa3d72ad3b6b85a0a600fd1e0b703a994b /src/lib/libc/string/bm.c | |
parent | 543eeae2382e5de0b9518bdd9f7a75e5686fd056 (diff) | |
download | openbsd-83a23009542c2672b009a5ad496e0a28417a37f9.tar.gz openbsd-83a23009542c2672b009a5ad496e0a28417a37f9.tar.bz2 openbsd-83a23009542c2672b009a5ad496e0a28417a37f9.zip |
From NetBSD: 960217 merge
Diffstat (limited to 'src/lib/libc/string/bm.c')
-rw-r--r-- | src/lib/libc/string/bm.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libc/string/bm.c b/src/lib/libc/string/bm.c index 68eac22ecc..4bc5f17801 100644 --- a/src/lib/libc/string/bm.c +++ b/src/lib/libc/string/bm.c | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $OpenBSD: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $ */ | ||
2 | |||
1 | /*- | 3 | /*- |
2 | * Copyright (c) 1994 | 4 | * Copyright (c) 1994 |
3 | * The Regents of the University of California. All rights reserved. | 5 | * The Regents of the University of California. All rights reserved. |
@@ -34,10 +36,10 @@ | |||
34 | * SUCH DAMAGE. | 36 | * SUCH DAMAGE. |
35 | */ | 37 | */ |
36 | 38 | ||
37 | #ifndef lint | 39 | #if defined(LIBC_SCCS) && !defined(lint) |
38 | /* from: static char sccsid[] = "@(#)bm.c 8.7 (Berkeley) 6/21/94"; */ | 40 | /* from: static char sccsid[] = "@(#)bm.c 8.7 (Berkeley) 6/21/94"; */ |
39 | static char *rcsid = "$Id: bm.c,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $"; | 41 | static char *rcsid = "$Id: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $"; |
40 | #endif /* not lint */ | 42 | #endif /* LIBC_SCCS && not lint */ |
41 | 43 | ||
42 | #include <sys/types.h> | 44 | #include <sys/types.h> |
43 | 45 | ||