1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/omega/files/patch-ad
Chris Piazza 3d63f83d68 Omega, a complex rouge-style game of dungeon exploration.
Unlike other such games, there are a number of ways to "win"
depending on various actions taken druing play.

PR:		12506
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-07-05 03:05:59 +00:00

13 lines
244 B
Plaintext

--- fixstr.c Sat Aug 8 13:48:23 1998
+++ /home/andy/tmp/wrk/fixstr.c Fri May 14 20:37:59 1999
@@ -15,7 +15,9 @@
Thus it can be broken. */
#include <stdio.h>
+#ifndef __FreeBSD__
#include <malloc.h>
+#endif
#define TMPFILE "fixtmp.c"