diff options
| author | 1996-10-16 14:18:34 +0000 | |
|---|---|---|
| committer | 1996-10-16 14:18:34 +0000 | |
| commit | 71a161e6a66237f23e514b9f3513b6c0d06142bd (patch) | |
| tree | 6b8cfe230c7747d959a6768b5e8b0485a71fec9b /sys/lib/libsa/arp.c | |
| parent | include <sys/stat.h> (diff) | |
| download | wireguard-openbsd-71a161e6a66237f23e514b9f3513b6c0d06142bd.tar.xz wireguard-openbsd-71a161e6a66237f23e514b9f3513b6c0d06142bd.zip | |
remove unneeded include <string.h>
Diffstat (limited to 'sys/lib/libsa/arp.c')
| -rw-r--r-- | sys/lib/libsa/arp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/lib/libsa/arp.c b/sys/lib/libsa/arp.c index beec5f730c2..fe4d3c4443f 100644 --- a/sys/lib/libsa/arp.c +++ b/sys/lib/libsa/arp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arp.c,v 1.3 1996/09/23 14:18:46 mickey Exp $ */ +/* $OpenBSD: arp.c,v 1.4 1996/10/16 14:18:34 mickey Exp $ */ /* $NetBSD: arp.c,v 1.13 1995/12/08 04:12:53 gwr Exp $ */ /* @@ -48,8 +48,6 @@ #include <netinet/if_ether.h> #include <netinet/in_systm.h> -#include <string.h> - #include "stand.h" #include "net.h" |
