(getuidbyname) [__DJGPP__]: Make function know about
[gnulib.git] / lib / savedir.c
index f4c0c12..523e94e 100644 (file)
@@ -62,7 +62,9 @@ char *realloc ();
 # define NULL 0
 #endif
 
+#ifndef stpcpy
 char *stpcpy ();
+#endif
 
 #include "savedir.h"
 
@@ -76,7 +78,7 @@ char *stpcpy ();
 char *
 savedir (dir, name_size)
      const char *dir;
-     unsigned name_size;
+     unsigned int name_size;
 {
   DIR *dirp;
   struct dirent *dp;