From 858884a7f02d5854bef7403058c54c37abb3e308 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 21 Nov 2009 22:00:34 +0000 Subject: - Update to 2.4 PR: 140478 Submitted by: Ulrich Spoerlein (maintainer) --- games/bsdgames/files/patch-atc_include.h | 35 -------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 games/bsdgames/files/patch-atc_include.h (limited to 'games/bsdgames/files/patch-atc_include.h') diff --git a/games/bsdgames/files/patch-atc_include.h b/games/bsdgames/files/patch-atc_include.h deleted file mode 100644 index e35e06466e45..000000000000 --- a/games/bsdgames/files/patch-atc_include.h +++ /dev/null @@ -1,35 +0,0 @@ -Index: atc/include.h -@@ -63,6 +63,14 @@ - #include - #endif - -+#ifdef POSIX -+#include -+#include -+#include -+#include -+#include -+#endif -+ - #include - #include - -@@ -76,6 +84,18 @@ - #define srandom srand - #define random rand - #define sgttyb termio -+#define sg_erase c_cc[VERASE] -+#define sg_kill c_cc[VKILL] -+#endif -+ -+#ifdef POSIX -+#define index strchr -+#define rindex strrchr -+#define bcopy(a,b,c) memcpy((b), (a), (c)) -+#define bzero(a,b) memset((a), '\0', (b)) -+#define srandom srand -+#define random rand -+#define sgttyb termios - #define sg_erase c_cc[2] - #define sg_kill c_cc[3] - #endif -- cgit v1.2.3