]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
2002-10-11 H.J. Lu <hjl@lucon.org>
[nfs-utils.git] / ChangeLog
index 3f957ae35f4ed4b2e95e2fbafeafc75075a32712..1567d8287e28d40ba58f3baee06fdbc7dc71f7b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-10-11  H.J. Lu <hjl@lucon.org>
+
+       * support/include/exportfs.h (export_errno): New.
+
+       * support/nfs/exports.c: Include <errno.h>.
+       (export_errno): New.
+       (getexportent): Set export_errno to EINVAL for bad option.
+       (parseopts): Likewise.
+       Report the location of the default sync/async option.
+
+       * utils/exportfs/exportfs.c (main): Initialize export_errno to
+       0. Return export_errno.
+
 2002-10-11  Juan Gomez  <gomez@cs.sjsu.edu>
        NeilBrown <neilb@cse.unsw.edu.au>