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