Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/lib/libsa
Module Name: syssrc
Committed By: reinoud
Date: Mon Feb 11 20:25:57 UTC 2002
Modified Files:
syssrc/sys/lib/libsa: loadfile_aout.c loadfile_ecoff.c loadfile_elf32.c
Log Message:
Not all ports use the `offset' in their calulations and on those platforms
compile errors are generated due to it. By explicitly using `offset=offset'
the variable is used in the compilers view and is optimised away anyway.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/lib/libsa/loadfile_aout.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/lib/libsa/loadfile_ecoff.c
cvs rdiff -r1.6 -r1.7 syssrc/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