You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
341 B
11 lines
341 B
--- src/system.c.orig Tue Aug 27 12:53:39 2002 |
|
+++ src/system.c Tue Aug 27 12:53:38 2002 |
|
@@ -344,7 +344,7 @@ |
|
#if (defined(MACH) || defined(SVR2) || defined(_BSD)) && !defined(NEXT) \ |
|
&& !defined(AUX) && !defined(__MACHTEN__) || (defined(sun) && defined(i386)) |
|
int remove(name) |
|
-char *name; |
|
+const char *name; |
|
{ |
|
return unlink(name); |
|
}
|
|
|