diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-08-19 01:37:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-08-19 01:37:51 +0000 |
commit | 669f8418f97bb23649409d3af4a97e7fad2b1b5a (patch) | |
tree | 038eef2bf80ca547acc1dc55f66ff7f48fca1b9c /regress/sys/copy | |
parent | a24d7948b6daf227311655dc2a34fd76e17342bb (diff) |
string.h not strings.h
Diffstat (limited to 'regress/sys/copy')
-rw-r--r-- | regress/sys/copy/copy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/copy/copy.c b/regress/sys/copy/copy.c index bd929418740..2ed0fe65a21 100644 --- 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 <strings.h> +#include <string.h> #include <errno.h> #include <stdio.h> |