diff options
| author | Federico G. Schwindt <fgsch@lodoss.net> | 2013-08-26 10:47:04 +0100 |
|---|---|---|
| committer | Federico G. Schwindt <fgsch@lodoss.net> | 2013-08-26 10:47:04 +0100 |
| commit | 6ac5a82eecb76ec35f3f484149ad668073a52620 (patch) | |
| tree | 1e83126d7bffd98ee7a0e4ee9287e760d3ab4629 /src/portab/Makefile.ng | |
| parent | 086cf3a2723e2dcc8e1acf49d166e254fe22e7cf (diff) | |
| download | ngircd-6ac5a82eecb76ec35f3f484149ad668073a52620.tar.gz ngircd-6ac5a82eecb76ec35f3f484149ad668073a52620.zip | |
private strndup() implementation in case libc does not provide it
Diffstat (limited to 'src/portab/Makefile.ng')
| -rw-r--r-- | src/portab/Makefile.ng | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portab/Makefile.ng b/src/portab/Makefile.ng index dac329fa..17edbdf2 100644 --- a/src/portab/Makefile.ng +++ b/src/portab/Makefile.ng @@ -15,7 +15,7 @@ EXTRA_DIST = Makefile.ng noinst_LIBRARIES = libngportab.a -libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c +libngportab_a_SOURCES = strdup.c strndup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c check_PROGRAMS = portabtest |