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:   dsl
Date:           Mon Sep  1 12:28:04 UTC 2003

Modified Files:
        src/sys/lib/libsa: bcmp.c memcmp.c

Log Message:
Another attempt to get libsa to contain the right things.
- put a 'standards conforming' memcmp into memcmp.c
- make bcmp be a second label on the same code
- make bcmp.c be just #include "memcmp.c"
This means that libsa.o might contain both a memcmp.o and a bcmp.o, but
both contain the same code (defining both symbols) so it doesn't matter
which ld uses.
Saves worrying about which of bcmp.c and memcmp.c the architecture specific
Makefile requests.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/lib/libsa/bcmp.c
cvs rdiff -r1.8 -r1.9 src/sys/lib/libsa/memcmp.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