summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/remove.c
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1996-06-12 23:02:53 +0000
committerjraynard <jraynard@FreeBSD.org>1996-06-12 23:02:53 +0000
commit682813b4cdff917aced733c8ff8df40ef6026914 (patch)
treea98bcf4ff0d6419747cbaa0bd558a7543f694f2c /lib/libc/stdio/remove.c
parente85e320a9e0511f35e7d9e062f18561014e59770 (diff)
downloadFreeBSD-src-682813b4cdff917aced733c8ff8df40ef6026914.zip
FreeBSD-src-682813b4cdff917aced733c8ff8df40ef6026914.tar.gz
Code cleanup:-
The usual stuff, adding missing function prototypes, argument types, return values, etc.
Diffstat (limited to 'lib/libc/stdio/remove.c')
-rw-r--r--lib/libc/stdio/remove.c2
1 files changed, 1 insertions, 1 deletions
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 <unistd.h>
#include <stdio.h>
-remove(file)
+int remove(file)
const char *file;
{
return (unlink(file));
OpenPOWER on IntegriCloud