diff options
Diffstat (limited to 'games/vavoom/files/patch-utils_acc_token.c')
-rw-r--r-- | games/vavoom/files/patch-utils_acc_token.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/vavoom/files/patch-utils_acc_token.c b/games/vavoom/files/patch-utils_acc_token.c deleted file mode 100644 index 6a23ff5f83ea..000000000000 --- a/games/vavoom/files/patch-utils_acc_token.c +++ /dev/null @@ -1,11 +0,0 @@ ---- utils/acc/token.c.orig -+++ utils/acc/token.c -@@ -10,7 +10,7 @@ - #ifdef __NeXT__
- #include <libc.h>
- #else
--#ifndef __linux__
-+#if !defined(__linux__) && !defined(__FreeBSD__)
- #include <io.h>
- #endif
- #include <fcntl.h>
|