mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
K&R -> ANSI
This commit is contained in:
parent
9f23a6caa4
commit
4f619e0e57
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194791
@ -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 New Issue
Block a user