summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhjl <hjl>2002-10-11 15:37:10 +0000
committerhjl <hjl>2002-10-11 15:37:10 +0000
commit0036a143c415eac6388d992a4e637e7004147296 (patch)
treea35845f909b4faebad58e783f12a6b3495aa7ea8 /ChangeLog
parent955d48dbcf0c75f263f2573c998acc65f95ededa (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f957ae..1567d82 100644
--- 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>