$NetBSD$

--- heuristics.c.orig	2005-07-18 22:00:05.000000000 +0200
+++ heuristics.c	2010-06-27 21:48:28.000000000 +0200
@@ -39,6 +39,8 @@
 #include "bruteforce.h"
 #include "attack.h"
 
+int target_bssid(const u_char *pkt);
+
 #define N	256
 
 unsigned long int totalKeysTested=0;
@@ -394,7 +396,7 @@
 		GuessOutputByte(i, global_v.debugKey, packets, controlPackets, votes);
 	}
 	printf("\n\nKey NOT found\n");
-	printf("Perhaps you should increase the default probability (--perc) to a higher value (default 70%), or capture more packets.\n");
+	printf("Perhaps you should increase the default probability (--perc) to a higher value (default 70%%), or capture more packets.\n");
 	fflush(stdout);
 	VotesStats(votes);	
 }
