Explorar el Código

*** empty log message ***

François Pinard hace 31 años
padre
commit
b65f6ecdec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/diffarch.c

+ 1 - 1
src/diffarch.c

@@ -51,7 +51,7 @@ extern int errno;
 #define lstat stat
 #endif
 
-extern char *valloc();
+extern void *valloc();
 
 extern union record *head;		/* Points to current tape header */
 extern struct stat hstat;		/* Stat struct corresponding */