Loading...
stdio/FreeBSD/remove.c Libc-1725.40.4 Libc-763.13
--- Libc/Libc-1725.40.4/stdio/FreeBSD/remove.c
+++ Libc/Libc-763.13/stdio/FreeBSD/remove.c
@@ -42,7 +42,8 @@
 #include <stdio.h>
 
 int
-remove(const char *file)
+remove(file)
+	const char *file;
 {
 	struct stat sb;