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