Loading...
--- 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;
--- 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;