Source-Changes archive

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

CVS commit: src/tools/compile_et



Module Name:    src
Committed By:   tsutsui
Date:           Wed Feb  3 12:58:54 UTC 2010

Modified Files:
        src/tools/compile_et: Makefile

Log Message:
No need to compile strlcpy.c and strlcat.c here.

They are in libnbcompat.a, not in src/lib/libc/string
(moved into src/common/lib/libc/string), and
strlcpy.c and strlcat.c derived from crypto/dist/heimdal/lib/roken
won't include the target functions if nbtool_config.h defines
HAVE_STRLCPY and HAVE_STRLCAT.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/compile_et/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