Source-Changes archive

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

CVS commit: basesrc/lib/libutil



Module Name:    basesrc
Committed By:   jdolecek
Date:           Fri Sep 27 20:42:51 UTC 2002

Modified Files:
        basesrc/lib/libutil: Makefile login.c logout.c logwtmp.c
Added Files:
        basesrc/lib/libutil: loginx.c logoutx.c logwtmpx.c

Log Message:
put utmpx/wtmpx routines to separate files, so that programs overriding the
utmp/wtmp routines could still be linked static
fixes e.g. static build of ftpd


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 basesrc/lib/libutil/Makefile
cvs rdiff -r1.14 -r1.15 basesrc/lib/libutil/login.c
cvs rdiff -r0 -r1.1 basesrc/lib/libutil/loginx.c \
    basesrc/lib/libutil/logoutx.c basesrc/lib/libutil/logwtmpx.c
cvs rdiff -r1.13 -r1.14 basesrc/lib/libutil/logout.c
cvs rdiff -r1.12 -r1.13 basesrc/lib/libutil/logwtmp.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