diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-10-16 14:18:37 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-10-16 14:18:37 +0000 |
commit | 6a126b30ca471d0d0cae796751519bdf6632cda9 (patch) | |
tree | 6d62c8b6e9766da51c976691cad0a8a1a789d4f6 /sys/lib/libsa | |
parent | 11d14a53611c6afe11cd02259c72ef18a71c6d13 (diff) |
remove unneeded include <string.h>
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r-- | sys/lib/libsa/arp.c | 4 | ||||
-rw-r--r-- | sys/lib/libsa/bootp.c | 4 | ||||
-rw-r--r-- | sys/lib/libsa/bootparam.c | 4 | ||||
-rw-r--r-- | sys/lib/libsa/ether.c | 3 | ||||
-rw-r--r-- | sys/lib/libsa/rpc.c | 4 |
5 files changed, 5 insertions, 14 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" diff --git a/sys/lib/libsa/bootp.c b/sys/lib/libsa/bootp.c index 71374cdc0ba..948a68fe106 100644 --- a/sys/lib/libsa/bootp.c +++ b/sys/lib/libsa/bootp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bootp.c,v 1.4 1996/10/15 09:58:29 mickey Exp $ */ +/* $OpenBSD: bootp.c,v 1.5 1996/10/16 14:18:35 mickey Exp $ */ /* $NetBSD: bootp.c,v 1.7 1995/09/18 21:19:20 pk Exp $ */ /* @@ -44,8 +44,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <string.h> - #include "stand.h" #include "net.h" #include "netif.h" diff --git a/sys/lib/libsa/bootparam.c b/sys/lib/libsa/bootparam.c index 4d83c1b78db..f0ddfd26b83 100644 --- a/sys/lib/libsa/bootparam.c +++ b/sys/lib/libsa/bootparam.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bootparam.c,v 1.5 1996/10/15 09:58:32 mickey Exp $ */ +/* $OpenBSD: bootparam.c,v 1.6 1996/10/16 14:18:35 mickey Exp $ */ /* $NetBSD: bootparam.c,v 1.7 1996/02/26 23:05:14 gwr Exp $ */ /* @@ -43,8 +43,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <string.h> - #include <nfs/rpcv2.h> #include "stand.h" diff --git a/sys/lib/libsa/ether.c b/sys/lib/libsa/ether.c index b74662e73b4..0d086b5e261 100644 --- a/sys/lib/libsa/ether.c +++ b/sys/lib/libsa/ether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ether.c,v 1.2 1996/09/23 14:18:52 mickey Exp $ */ +/* $OpenBSD: ether.c,v 1.3 1996/10/16 14:18:36 mickey Exp $ */ /* $NetBSD: ether.c,v 1.6 1995/09/14 23:45:25 pk Exp $ */ /* @@ -42,7 +42,6 @@ #include <sys/param.h> #include <sys/socket.h> -#include <string.h> #include <net/if.h> diff --git a/sys/lib/libsa/rpc.c b/sys/lib/libsa/rpc.c index ad98ecd3ea1..cc93d5b7576 100644 --- a/sys/lib/libsa/rpc.c +++ b/sys/lib/libsa/rpc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc.c,v 1.4 1996/10/15 09:58:37 mickey Exp $ */ +/* $OpenBSD: rpc.c,v 1.5 1996/10/16 14:18:36 mickey Exp $ */ /* $NetBSD: rpc.c,v 1.12 1996/02/26 23:05:26 gwr Exp $ */ /* @@ -54,8 +54,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <string.h> - #include <nfs/rpcv2.h> #include "stand.h" |