diff options
| author | hjl <hjl> | 2002-10-11 15:37:10 +0000 |
|---|---|---|
| committer | hjl <hjl> | 2002-10-11 15:37:10 +0000 |
| commit | 0036a143c415eac6388d992a4e637e7004147296 (patch) | |
| tree | a35845f909b4faebad58e783f12a6b3495aa7ea8 /ChangeLog | |
| parent | 955d48dbcf0c75f263f2573c998acc65f95ededa (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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |
