artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
663c209
)
#include "stand.h" not <stand.h>
author
millert
<millert@openbsd.org>
Mon, 7 Apr 1997 05:59:30 +0000
(
05:59
+0000)
committer
millert
<millert@openbsd.org>
Mon, 7 Apr 1997 05:59:30 +0000
(
05:59
+0000)
sys/lib/libsa/memcmp.c
patch
|
blob
|
history
diff --git
a/sys/lib/libsa/memcmp.c
b/sys/lib/libsa/memcmp.c
index
623a9cb
..
41b6dae
100644
(file)
--- a/
sys/lib/libsa/memcmp.c
+++ b/
sys/lib/libsa/memcmp.c
@@
-35,10
+35,10
@@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: memcmp.c,v 1.
3 1996/10/29 07:55:46 mickey
Exp $";
+static char *rcsid = "$OpenBSD: memcmp.c,v 1.
4 1997/04/07 05:59:30 millert
Exp $";
#endif /* LIBC_SCCS and not lint */
-#include
<stand.h>
+#include
"stand.h"
/*
* Compare memory regions.