Date: Mon, 8 Dec 2008 21:04:24 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/gnu/usr.bin/cc/libiberty config.h src/gnu/usr.bin/sort config.h src/include string.h src/kerberos5/include config.h src/lib/bind/bind port_after.h src/lib/libmagic config.h src/usr.bin/file config.h Message-ID: <200812082109.mB8L9WBt056841@repoman.freebsd.org>
index | next in thread | raw e-mail
kib 2008-12-08 21:04:24 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/cc/libiberty config.h
gnu/usr.bin/sort config.h
include string.h
kerberos5/include config.h
lib/bind/bind port_after.h
lib/libmagic config.h
usr.bin/file config.h
Log:
SVN rev 185777 on 2008-12-08 21:04:24Z by kib
Add strndup(3) prototype to string.h.
This change was erronously ommitted from the r185690, and attempt
to simply add the prototype to string.h has revealed that several
contributed programs defined local prototypes for strndup(), controlled
by autoconfed config.h. So, manually change #undef HAVE_STRNDUP to
#define HAVE_STRNDUP 1. Next import of the corresponding program would
regenerate config.h, overriding the changes in this commit.
No objections from: kan
Revision Changes Path
1.2 +1 -1 src/gnu/usr.bin/cc/libiberty/config.h
1.11 +1 -1 src/gnu/usr.bin/sort/config.h
1.27 +1 -0 src/include/string.h
1.17 +1 -1 src/kerberos5/include/config.h
1.4 +1 -1 src/lib/bind/bind/port_after.h
1.8 +1 -1 src/lib/libmagic/config.h
1.15 +1 -1 src/usr.bin/file/config.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812082109.mB8L9WBt056841>
