Sync OpenBSD source tree from -current CVS.

This commit is contained in:
tg
2003-06-29 14:51:25 +00:00
parent 7e92d31546
commit a31a6e8312
4 changed files with 13 additions and 7 deletions

6
main.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: main.c,v 1.24 2003/04/04 23:12:02 deraadt Exp $ */
/* $OpenBSD: main.c,v 1.25 2003/06/26 00:09:45 deraadt Exp $ */
/*
* startup, main loop, environments and error handling
@ -83,9 +83,7 @@ static const char *const initcoms [] = {
};
int
main(argc, argv)
int argc;
register char **argv;
main(int argc, char *argv[])
{
register int i;
int argi;