summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/arc/files/arc-521e-timeh.patch')
-rw-r--r--app-arch/arc/files/arc-521e-timeh.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-arch/arc/files/arc-521e-timeh.patch b/app-arch/arc/files/arc-521e-timeh.patch
deleted file mode 100644
index 8f22fc51ec99..000000000000
--- a/app-arch/arc/files/arc-521e-timeh.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./tmclock.c.timeh Fri May 4 01:08:13 2001
-+++ ./tmclock.c Fri May 4 01:09:13 2001
-@@ -16,6 +16,7 @@
- #define CENTURY 19
- #if BSD
- #include <sys/time.h>
-+#include <time.h>
- #else
- #include <time.h>
- extern long timezone; /* should be in <time.h>, but isn't on Sun */
---- ./arcdos.c.timeh Fri May 4 01:08:27 2001
-+++ ./arcdos.c Fri May 4 01:08:50 2001
-@@ -32,6 +32,7 @@
- #include <sys/stat.h>
- #if BSD
- #include <sys/time.h>
-+#include <time.h>
- #else
- #include <time.h> /* Sys V. Bleah. */
- struct timeval {