Source-Changes archive

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

CVS commit: src/sys/sys



Module Name:    src
Committed By:   uwe
Date:           Sat Oct  6 00:42:19 UTC 2007

Modified Files:
        src/sys/sys: cdefs_elf.h

Log Message:
Mark __COPYRIGHT strings as __used to bring them back, as gcc4
optimizes away __unused vars (but doesn't complain about them).
__used instructs it to keep them.

Per discussion with Christos.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/sys/cdefs_elf.h

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