summaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-bf
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/iv/files/patch-bf')
-rw-r--r--japanese/iv/files/patch-bf11
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/iv/files/patch-bf b/japanese/iv/files/patch-bf
deleted file mode 100644
index 27821508cb62..000000000000
--- a/japanese/iv/files/patch-bf
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/bin/dclock/clocktime.c.orig Thu May 27 21:32:07 1999
-+++ src/bin/dclock/clocktime.c Thu May 27 21:33:07 1999
-@@ -55,7 +55,7 @@
- #if defined(hpux) || defined(AIXV3)
- local = * localtime((time_t*) &gmt.tv_sec);
- #else
--#ifdef __DECCXX
-+#if defined(__DECCXX) || defined(__FreeBSD__)
- local = * localtime((time_t*)&gmt.tv_sec);
- #else
- local = * localtime(&gmt.tv_sec);