From 682813b4cdff917aced733c8ff8df40ef6026914 Mon Sep 17 00:00:00 2001 From: jraynard Date: Wed, 12 Jun 1996 23:02:53 +0000 Subject: Code cleanup:- The usual stuff, adding missing function prototypes, argument types, return values, etc. --- lib/libc/stdio/remove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio/remove.c') diff --git a/lib/libc/stdio/remove.c b/lib/libc/stdio/remove.c index 216535a..85eaeb9 100644 --- a/lib/libc/stdio/remove.c +++ b/lib/libc/stdio/remove.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)remove.c 8.1 (Berkeley) 6/4/93"; #include #include -remove(file) +int remove(file) const char *file; { return (unlink(file)); -- cgit v1.1