diff options
author | Wayne Davison <wayned@samba.org> | 2006-11-09 02:36:03 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-11-09 02:36:03 +0000 |
commit | cf817883664ae517071752b2851c2ce96eb2de29 (patch) | |
tree | 293a9db46df6ec7e627c0a5adf96c705ab11d2cd /popt | |
parent | 89a0e3a927dff09070ef9454bc9215efaba91036 (diff) | |
download | rsync-cf817883664ae517071752b2851c2ce96eb2de29.tar.gz |
Fixed a problem with the xstrdup() change.
Diffstat (limited to 'popt')
-rw-r--r-- | popt/system.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 |