diff options
author | 1997-03-25 20:30:41 +0000 | |
---|---|---|
committer | 1997-03-25 20:30:41 +0000 | |
commit | b7a1a5dd5e2e7199682b72c7fefcc0e8298d8d66 (patch) | |
tree | 16818fbc300b2930ea051569d3a285e589f17910 /sys/lib/libsa/nfs.c | |
parent | move the .; enami@ba2.so-net.or.jp (diff) | |
download | wireguard-openbsd-b7a1a5dd5e2e7199682b72c7fefcc0e8298d8d66.tar.xz wireguard-openbsd-b7a1a5dd5e2e7199682b72c7fefcc0e8298d8d66.zip |
Get rid of userland includes
Diffstat (limited to 'sys/lib/libsa/nfs.c')
-rw-r--r-- | sys/lib/libsa/nfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libsa/nfs.c b/sys/lib/libsa/nfs.c index 9e266aa86e7..309afb4adc1 100644 --- a/sys/lib/libsa/nfs.c +++ b/sys/lib/libsa/nfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs.c,v 1.7 1997/02/16 14:39:39 mickey Exp $ */ +/* $OpenBSD: nfs.c,v 1.8 1997/03/25 20:30:43 niklas Exp $ */ /* $NetBSD: nfs.c,v 1.19 1996/10/13 02:29:04 christos Exp $ */ /*- @@ -33,7 +33,6 @@ #include <sys/time.h> #include <sys/socket.h> #include <sys/stat.h> -#include <string.h> #include <netinet/in.h> #include <netinet/in_systm.h> |