I don't understand why Kim's split-up of the autoconf-file cvs commits should be
[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;