Source-Changes archive

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

CVS commit: src/sys/lib/libsa



Module Name:    src
Committed By:   isaki
Date:           Mon Dec  3 09:51:31 UTC 2007

Modified Files:
        src/sys/lib/libsa: loadfile_aout.c loadfile_ecoff.c loadfile_elf32.c
            saerrno.h

Log Message:
Use standard error code (EIO) instead of standalone error code
(ESHORT).  Because loadfile_*() is used with or without
_STANDALONE, therefore, don't use error code in "saerrno.h".
Pointed out by and discussed with he@.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/lib/libsa/loadfile_aout.c \
    src/sys/lib/libsa/saerrno.h
cvs rdiff -r1.9 -r1.10 src/sys/lib/libsa/loadfile_ecoff.c
cvs rdiff -r1.19 -r1.20 src/sys/lib/libsa/loadfile_elf32.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