opnsense-ports/games/xmemory/files/patch-xmemory.C
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
345 B
C

--- xmemory.C.orig 1996-07-18 20:10:08.000000000 +0500
+++ xmemory.C 2013-06-11 20:09:44.078362688 +0400
@@ -196,10 +196,11 @@ char *def_disp[MAX_PLAYERS] = {
"", "", "", "", "", "", "", "", "", ""
};
+int
main( int argc, char **argv )
{
int i;
-long timefield;
+time_t timefield;
char main_display[30];
char *main_p;
char *filename;