freebsd-ports/games/xsoldier/files/patch-ac
Christian Weisgerber b9a29a82a3 Update to 1.3.
Obtained from:	Steven Mestdagh <steven.mestdagh@esat.kuleuven.be> (OpenBSD port)
2005-10-22 20:19:49 +00:00

22 lines
498 B
Text

$FreeBSD$
--- main.c.orig
+++ main.c
@@ -33,7 +33,6 @@
/* DeleteAllStar */
#include "star.h"
#include "score.h"
-#include "wait.h"
#include "graphic.h"
#include "input.h"
@@ -175,7 +174,7 @@
i + 1);
display[sizeof(display) - 1] = '\0';
fprintf(stderr, "truncated to %d chars\n",
- sizeof(display) - 1);
+ (int)sizeof(display) - 1);
}
i++;
}