mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
K&R -> ANSI
This commit is contained in:
parent
9f23a6caa4
commit
4f619e0e57
1 changed files with 1 additions and 3 deletions
|
|
@ -45,9 +45,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <rpc/key_prot.h>
|
||||
|
||||
int
|
||||
main(argc,argv)
|
||||
int argc;
|
||||
char *argv[];
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
static char secret[HEXKEYBYTES + 1];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue