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