diff options
Diffstat (limited to 'nfsd')
-rw-r--r-- | nfsd/Makefile | 1 | ||||
-rw-r--r-- | nfsd/xdr.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/nfsd/Makefile b/nfsd/Makefile index daaf86e8..6ac6dd4f 100644 --- a/nfsd/Makefile +++ b/nfsd/Makefile @@ -30,4 +30,3 @@ OTHERLIBS = -lpthread include ../Makeconf CPPFLAGS += -DLOCALSTATEDIR=\"$(localstatedir)\" - @@ -215,4 +215,4 @@ nfs_error_trans (error_t err, int version) return NFSERR_IO; } } -} +} |