diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-04 12:47:04 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-04 12:47:04 +0000 |
commit | ad593a5f3264eeef8d8cc3dd95202d49de2e376a (patch) | |
tree | 2a58a24d0ef4e63b02f4af72155e63f899d703c5 /nfsd | |
parent | 74751f8f52c16a07d75247cd5258e83ba5d11638 (diff) |
*** empty log message ***
Diffstat (limited to 'nfsd')
-rw-r--r-- | nfsd/ChangeLog | 8 | ||||
-rw-r--r-- | nfsd/loop.c | 2 | ||||
-rw-r--r-- | nfsd/nfsd.h | 2 | ||||
-rw-r--r-- | nfsd/ops.c | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog index 744bd3b8..aee85ea1 100644 --- a/nfsd/ChangeLog +++ b/nfsd/ChangeLog @@ -1,3 +1,11 @@ +Tue Sep 3 14:15:50 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * loop.c: Include "../nfs/mount.h" instead of + "../nfs/rpcsvc/mount.h". + * ops.c: Likewise. + * nfsd.h: Include "../nfs/nfs-spec.h" instead of + "../nfs/rpcsvc/nfs_prot.h". + Wed Aug 14 13:46:45 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * ops.c (nfstable): Renamed to nfs2table. diff --git a/nfsd/loop.c b/nfsd/loop.c index 7d047490..87e133ad 100644 --- a/nfsd/loop.c +++ b/nfsd/loop.c @@ -24,7 +24,7 @@ #include "nfsd.h" #include <rpc/pmap_prot.h> -#include "../nfs/rpcsvc/mount.h" +#include "../nfs/mount.h" #undef TRUE #undef FALSE diff --git a/nfsd/nfsd.h b/nfsd/nfsd.h index d6d7aac9..b225c1cd 100644 --- a/nfsd/nfsd.h +++ b/nfsd/nfsd.h @@ -25,7 +25,7 @@ typedef int bool_t; #include <errno.h> #include <netinet/in.h> #include <cthreads.h> -#include "../nfs/rpcsvc/nfs_prot.h" /* XXX */ +#include "../nfs/nfs-spec.h" /* XXX */ #include <hurd/fs.h> /* These should be configuration options */ @@ -26,7 +26,7 @@ #include <dirent.h> #include "nfsd.h" -#include "../nfs/rpcsvc/mount.h" /* XXX */ +#include "../nfs/mount.h" /* XXX */ #include <rpc/pmap_prot.h> static error_t |