Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: dogcow
Date: Thu Feb 9 22:03:15 UTC 2006
Modified Files:
src/lib/libc/citrus/modules: citrus_iconv_std.c citrus_mapper_std.c
citrus_utf1632.c
src/lib/libc/hash/rmd160: rmd160.c
src/lib/libc/uuid: uuid_stream.c
src/tools/compat: compat_defs.h configure configure.ac
nbtool_config.h.in
src/usr.bin/mkcsmapper: lex.l
src/usr.bin/mkesdb: lex.l
Log Message:
change #include <sys/endian.h> => #include <machine/endian.h> so that
it's (more) consistent in the tree; this, along with changing tools/compat's
autoconf detection from AC_CHECK_FUNCS to AC_CHECK_DECLS makes the vast
majority of htobe16 and friends' redefinition errors bite the dust.
Tested with -current and FreeBSD.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/lib/libc/citrus/modules/citrus_iconv_std.c
cvs rdiff -r1.4 -r1.5 src/lib/libc/citrus/modules/citrus_mapper_std.c \
src/lib/libc/citrus/modules/citrus_utf1632.c
cvs rdiff -r1.3 -r1.4 src/lib/libc/hash/rmd160/rmd160.c
cvs rdiff -r1.1 -r1.2 src/lib/libc/uuid/uuid_stream.c
cvs rdiff -r1.48 -r1.49 src/tools/compat/compat_defs.h
cvs rdiff -r1.52 -r1.53 src/tools/compat/configure
cvs rdiff -r1.51 -r1.52 src/tools/compat/configure.ac
cvs rdiff -r1.7 -r1.8 src/tools/compat/nbtool_config.h.in
cvs rdiff -r1.3 -r1.4 src/usr.bin/mkcsmapper/lex.l
cvs rdiff -r1.2 -r1.3 src/usr.bin/mkesdb/lex.l
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