diff options
author | 1996-09-27 07:13:47 +0000 | |
---|---|---|
committer | 1996-09-27 07:13:47 +0000 | |
commit | 5feffa41f76699ab34ff7f2d1be4107fbb338c8b (patch) | |
tree | 148afc20c45579174da5ac8b75a4374b3d92851f /sys/lib/libsa/nfs.c | |
parent | cleanup tags and Ids. (diff) | |
download | wireguard-openbsd-5feffa41f76699ab34ff7f2d1be4107fbb338c8b.tar.xz wireguard-openbsd-5feffa41f76699ab34ff7f2d1be4107fbb338c8b.zip |
use nfs/{nfsv2.h,rpcv2.h} instead.
Diffstat (limited to 'sys/lib/libsa/nfs.c')
-rw-r--r-- | sys/lib/libsa/nfs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/libsa/nfs.c b/sys/lib/libsa/nfs.c index bd4163616f1..5f70b755b8a 100644 --- a/sys/lib/libsa/nfs.c +++ b/sys/lib/libsa/nfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs.c,v 1.3 1996/05/22 12:00:44 deraadt Exp $ */ +/* $OpenBSD: nfs.c,v 1.4 1996/09/27 07:13:48 mickey Exp $ */ /* $NetBSD: nfs.c,v 1.15 1996/05/14 10:28:26 leo Exp $ */ /*- @@ -38,8 +38,8 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include "rpcv2.h" -#include "nfsv2.h" +#include <nfs/rpcv2.h> +#include <nfs/nfsv2.h> #include "stand.h" #include "net.h" |