summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-11 17:06:22 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-11 17:06:22 +0000
commit114ee6a0ac26fbd5bfd7de25f4fb2b7c8cda35cd (patch)
tree9d40f5f40469964ebe451bbae7df198fe2689cfa /x11-clocks
parentPR: ports/8873 (diff)
PR: ports/8876
Submitted by: kkennawa@physics.adelaide.edu.au Fix spells NOV as NOW
Notes
Notes: svn path=/head/; revision=15285
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/wmtime/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/wmtime/files/patch-aa b/x11-clocks/wmtime/files/patch-aa
new file mode 100644
index 000000000000..b60722ad0c97
--- /dev/null
+++ b/x11-clocks/wmtime/files/patch-aa
@@ -0,0 +1,11 @@
+--- wmtime.c Wed May 20 06:34:53 1998
++++ wmtime.c2 Sat Nov 28 18:44:59 1998
+@@ -89,7 +89,7 @@
+ char *ProgName;
+ int digital = 0;
+ char day_of_week[7][3] = { "SU", "MO", "TU", "WE", "TH", "FR", "SA" };
+-char mon_of_year[12][4] = { "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOW", "DEC" };
++char mon_of_year[12][4] = { "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC" };
+
+ /* functions */
+ void usage(void);