diff options
Diffstat (limited to 'time/emiclock/patches/patch-ah')
-rw-r--r-- | time/emiclock/patches/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/time/emiclock/patches/patch-ah b/time/emiclock/patches/patch-ah new file mode 100644 index 00000000000..77c5e43a5f8 --- /dev/null +++ b/time/emiclock/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2010/06/04 13:52:21 tsutsui Exp $ + +--- rcfile.c 1999-09-02 23:33:49.000000000 +0900 ++++ rcfile.c +@@ -256,7 +256,7 @@ + int token; + char tokenStr[MAXPATHLEN]; + char buffer[MAXPATHLEN]; +- long now; ++ time_t now; + struct tm *tm; + + if ((rcFileName = GetRcFileName()) == NULL) { |