artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9fec03
)
Replace string.h with systm.h.
author
briggs
<briggs@openbsd.org>
Mon, 2 Sep 1996 23:21:53 +0000
(23:21 +0000)
committer
briggs
<briggs@openbsd.org>
Mon, 2 Sep 1996 23:21:53 +0000
(23:21 +0000)
sys/net/zlib.c
patch
|
blob
|
history
diff --git
a/sys/net/zlib.c
b/sys/net/zlib.c
index
2037649
..
9c7b2d2
100644
(file)
--- a/
sys/net/zlib.c
+++ b/
sys/net/zlib.c
@@
-32,9
+32,7
@@
#include "zlib.h"
-#ifdef STDC
-# include <string.h>
-#endif
+#include <sys/systm.h>
#ifndef local
# define local static