aboutsummaryrefslogtreecommitdiffstats
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, 11 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-bf b/japanese/iv/files/patch-bf
new file mode 100644
index 000000000000..27821508cb62
--- /dev/null
+++ b/japanese/iv/files/patch-bf
@@ -0,0 +1,11 @@
+--- 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);