artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5861796
)
string.h not strings.h
author
deraadt
<deraadt@openbsd.org>
Fri, 19 Aug 2016 01:37:50 +0000
(
01:37
+0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 19 Aug 2016 01:37:50 +0000
(
01:37
+0000)
regress/sys/copy/copy.c
patch
|
blob
|
history
diff --git
a/regress/sys/copy/copy.c
b/regress/sys/copy/copy.c
index
bd92941
..
2ed0fe6
100644
(file)
--- a/
regress/sys/copy/copy.c
+++ b/
regress/sys/copy/copy.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: copy.c,v 1.
4 2011/04/10 03:20:59 guenther Exp $
*/
+/* $OpenBSD: copy.c,v 1.
5 2016/08/19 01:37:50 deraadt Exp $
*/
/* Written by Ted Unangst 2004 Public Domain */
@@
-10,7
+10,7
@@
#include <sys/ioctl.h>
#include <sys/syslimits.h>
#include <net/if.h>
-#include <string
s
.h>
+#include <string.h>
#include <errno.h>
#include <stdio.h>