When I fixed the long-standing makedir() bugs in January, I had the code call
[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;