Source-Changes archive

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

CVS commit: src/lib/libc



Module Name:    src
Committed By:   drochner
Date:           Tue Mar 23 20:28:59 UTC 2010

Modified Files:
        src/lib/libc/gen: devname.c getpwent.c pwcache.c utime.c wait3.c
        src/lib/libc/rpc: pmap_rmt.c rpcb_clnt.c
        src/lib/libc/time: localtime.c

Log Message:
remove some stray __weak_aliases, where the target functions were
__RENAMEd due to the time_t/dev_t type changes, which caused bogus
references to compat functions
now a libc built with BUILDCOLD is usable


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/gen/devname.c
cvs rdiff -u -r1.76 -r1.77 src/lib/libc/gen/getpwent.c
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/gen/pwcache.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/gen/utime.c
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gen/wait3.c
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/rpc/pmap_rmt.c
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/rpc/rpcb_clnt.c
cvs rdiff -u -r1.47 -r1.48 src/lib/libc/time/localtime.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