diff options
Diffstat (limited to 'games/lincity/files/patch-ac')
-rw-r--r-- | games/lincity/files/patch-ac | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/games/lincity/files/patch-ac b/games/lincity/files/patch-ac deleted file mode 100644 index f32ddbc31b5a..000000000000 --- a/games/lincity/files/patch-ac +++ /dev/null @@ -1,18 +0,0 @@ ---- main.cxx.orig Fri Feb 26 02:17:54 1999 -+++ main.cxx Tue Nov 19 05:27:27 2002 -@@ -4,6 +4,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #if !defined (WIN32) - #include <strings.h> - #endif -@@ -779,7 +780,6 @@ - DIR *dp; - if ((dp = opendir (dir)) == NULL) - { -- closedir (dp); - return 0; - } - closedir (dp); |