From: Wayne Davison Date: Thu, 9 Nov 2006 02:36:03 +0000 (+0000) Subject: Fixed a problem with the xstrdup() change. X-Git-Tag: v3.0.0pre1~608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf817883664ae517071752b2851c2ce96eb2de29;p=thirdparty%2Frsync.git Fixed a problem with the xstrdup() change. --- diff --git a/popt/system.h b/popt/system.h index 0579b8ca..8d62df85 100644 --- a/popt/system.h +++ b/popt/system.h @@ -89,12 +89,6 @@ char *alloca(size_t size); #define alloca __builtin_alloca #endif -/*@-redecl -redef@*/ -/*@mayexit@*/ /*@only@*/ /*@unused@*/ -char * xstrdup (const char *str) - /*@*/; -/*@=redecl =redef@*/ - #ifndef HAVE_STRLCPY size_t strlcpy(char *d, const char *s, size_t bufsize); #endif