X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fportab%2Fstrndup.c;h=d63b972867184da3e4137ab2cdead0fd31f7b909;hb=3de972e0bdbb5da7b13db5628e5373e3ec57cf51;hp=578f324cea9ec8830e19ff80863ca2d4752299d3;hpb=43fb18f2f5a506c4d78967e4b6e961b7339c98dc;p=ngircd-alex.git diff --git a/src/portab/strndup.c b/src/portab/strndup.c index 578f324c..d63b9728 100644 --- a/src/portab/strndup.c +++ b/src/portab/strndup.c @@ -11,13 +11,10 @@ #ifndef HAVE_STRNDUP -#include "imp.h" #include #include #include -#include "exp.h" - GLOBAL char * strndup(const char *s, size_t maxlen) {