Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/nfsd



Module Name:    src
Committed By:   christos
Date:           Thu Sep 17 12:48:13 UTC 2020

Modified Files:
        src/usr.sbin/nfsd: nfsd.c

Log Message:
Revert previous, don't write to the parent too early because it can exit
before the child is ready to serve. The child will write in daemon2_detach()
when it is ready.
While here:
- return EXIT_{SUCCESS,FAILURE)
- check syscall error against -1


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/usr.sbin/nfsd/nfsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index