Source-Changes archive

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

CVS commit: basesrc



Module Name:    basesrc
Committed By:   itojun
Date:           Tue May 30 01:07:45 UTC 2000

Modified Files:
        basesrc/lib/libc: shlib_version
        basesrc/lib/libc/net: rcmd.c
        basesrc/usr.sbin/lpr/lpd: Makefile

Log Message:
usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoid
use of non-exported function __ivaliduser{,_sa}().

we cannot make __ivaliduser{,_sa}() static yet, since doing that would choke
compiled lpd binaries.  we should do it on next libc major version bump.
added a memo on lib/libc/shlib_version.


To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 basesrc/lib/libc/shlib_version
cvs rdiff -r1.41 -r1.42 basesrc/lib/libc/net/rcmd.c
cvs rdiff -r1.11 -r1.12 basesrc/usr.sbin/lpr/lpd/Makefile

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