summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/silo/files/silo-1.4.x-noglibc_time.patch')
-rw-r--r--sys-boot/silo/files/silo-1.4.x-noglibc_time.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-boot/silo/files/silo-1.4.x-noglibc_time.patch b/sys-boot/silo/files/silo-1.4.x-noglibc_time.patch
deleted file mode 100644
index a77c9a9db983..000000000000
--- a/sys-boot/silo/files/silo-1.4.x-noglibc_time.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- silo-1.4.9/second/fs/ext2.c.orig 2005-04-05 22:39:41.000000000 -0700
-+++ silo-1.4.9/second/fs/ext2.c 2005-04-05 22:58:17.000000000 -0700
-@@ -19,6 +19,9 @@
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
- USA. */
-
-+/* Prevent usersparce time.h from being included and messing up our time() */
-+#define _TIME_H
-+
- #include <sys/types.h>
- #include <silo.h>
- #include <file.h>