summaryrefslogtreecommitdiff
path: root/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'nfsd')
-rw-r--r--nfsd/Makefile1
-rw-r--r--nfsd/xdr.c2
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)\"
-
diff --git a/nfsd/xdr.c b/nfsd/xdr.c
index 1ff77851..8b175595 100644
--- a/nfsd/xdr.c
+++ b/nfsd/xdr.c
@@ -215,4 +215,4 @@ nfs_error_trans (error_t err, int version)
return NFSERR_IO;
}
}
-}
+}