summaryrefslogtreecommitdiffstats
path: root/usr.bin/unifdef
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-08-26 11:08:24 +0000
committercharnier <charnier@FreeBSD.org>1997-08-26 11:08:24 +0000
commit287f219c026740974299722090f229973cd2185f (patch)
treef04fd4f250537e84c0e2ef439795bb5b019b0a30 /usr.bin/unifdef
parent0e114b0322de025e2436a713d67e117d48cd8804 (diff)
downloadFreeBSD-src-287f219c026740974299722090f229973cd2185f.zip
FreeBSD-src-287f219c026740974299722090f229973cd2185f.tar.gz
Main() returns int.
Diffstat (limited to 'usr.bin/unifdef')
-rw-r--r--usr.bin/unifdef/unifdef.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c
index f97d296..58b92de9 100644
--- a/usr.bin/unifdef/unifdef.c
+++ b/usr.bin/unifdef/unifdef.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)unifdef.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: unifdef.c,v 1.2 1997/08/20 11:07:53 charnier Exp $";
#endif /* not lint */
/*
@@ -108,7 +108,7 @@ void pfile __P((void));
int doif __P((int, int, Reject_level, int));
int findsym __P((char *));
-void
+int
main (argc, argv)
int argc;
char **argv;
OpenPOWER on IntegriCloud