diff options
Diffstat (limited to 'nfsd')
-rw-r--r-- | nfsd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog index 90b91386..da395af0 100644 --- a/nfsd/ChangeLog +++ b/nfsd/ChangeLog @@ -1,3 +1,10 @@ +2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca> + + * fsys.c (init_filesystems): Use error, not fprintf. Use + MACH_PORT_NULL explicitly. + (write_filesystems): Use error, not fprintf. Use ERR, not errno. + * main.c (main): Use error, not perror and exit. + 2001-02-25 Roland McGrath <roland@frob.com> * ops.c: Include <string.h> for decls of built-ins. |