X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fathkey.c;h=daaa3cd2008d80e24518d09fae43b94711b5141d;hb=098decda6c7115c4ebb8033f84d6dcd6766a6319;hp=023111453348697f129c717241509956df462987;hpb=c62003532abe51aaf397b18ab60fac43b95c0d5b;p=madwifi%2F.git diff --git a/tools/athkey.c b/tools/athkey.c index 0231114..daaa3cd 100644 --- a/tools/athkey.c +++ b/tools/athkey.c @@ -63,7 +63,7 @@ static int s = -1; static const char *progname; static void -checksocket() +checksocket(void) { if (s < 0 ? (s = socket(AF_INET, SOCK_DGRAM, 0)) == -1 : 0) perror("socket(SOCK_DGRAM)");