1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

WARNS=6 compliance

This commit is contained in:
Philippe Charnier 2013-02-19 13:32:26 +00:00
parent 321ae07f36
commit 589db68931
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246990

View File

@ -48,8 +48,10 @@ __FBSDID("$FreeBSD$");
#include <rpc/rpc.h>
#include <rpc/key_prot.h>
extern int key_setnet(struct key_netstarg *);
int
main()
main(void)
{
char fullname[MAXNETNAMELEN + 1];
struct key_netstarg netst;