freebsd-dev/usr.bin/file
Konstantin Belousov 20e76cb365 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
2008-12-08 21:04:24 +00:00
..
config.h Add strndup(3) prototype to string.h. 2008-12-08 21:04:24 +00:00
Makefile Christos decided to keep the manpages in mdoc(7) format, 2008-01-30 12:56:59 +00:00