mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Another bit of ansification
This commit is contained in:
parent
b16000da4b
commit
c78092e8d0
1 changed files with 1 additions and 3 deletions
|
|
@ -128,9 +128,7 @@ const char *language = "c"; /* the language indicator */
|
|||
#define ps(x) printf("%s", x)
|
||||
|
||||
int
|
||||
main(argc, argv)
|
||||
int argc;
|
||||
char *argv[];
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
const char *fname = "";
|
||||
struct stat stbuf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue