Source-Changes archive

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

CVS commit: gnusrc



Module Name:    gnusrc
Committed By:   phil
Date:           Wed Dec  1 03:45:55 UTC 1999

Modified Files:
        gnusrc/gnu/usr.bin/ld/ld: ld.c lib.c

Log Message:
open(2) can legally return 0.  Errors only if return value < 0.
(Test for good is >= 0.)


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 gnusrc/gnu/usr.bin/ld/ld/ld.c
cvs rdiff -r1.20 -r1.21 gnusrc/gnu/usr.bin/ld/ld/lib.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