Added that you should check in aclocal.m4 after acconfig.h, if you change it.
[mmh] / sbr / strdup.c
index 05a017e..18df010 100644 (file)
@@ -9,7 +9,7 @@
 
 
 char *
-strdup (char *str)
+strdup (const char *str)
 {
     char *cp;
     size_t len;