summaryrefslogtreecommitdiff
path: root/misc/deco
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-03-24 09:27:08 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-03-24 09:27:08 +0000
commitfaa5682384394404797381833db8001f46778575 (patch)
tree63820f8ddf7890347291e8d469587243f0b8be09 /misc/deco
parentmandir should follow MANPREFIX. (diff)
This bug has been fixed in version 3.8.3.
Notes
Notes: svn path=/head/; revision=77366
Diffstat (limited to 'misc/deco')
-rw-r--r--misc/deco/files/patch-ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/deco/files/patch-ac b/misc/deco/files/patch-ac
deleted file mode 100644
index 7b3053456ef1..000000000000
--- a/misc/deco/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
-Index: ut.c
-@@ -35,7 +35,7 @@
-
-
- strncpy (p+3, "JanFebMarAprMayJunJulAugSepOctNovDec"+t->tm_mon*3, 3);
-- STOREINT (p+9, t->tm_year);
-+ STOREINT (p+9, t->tm_year % 100);
- if (t->tm_year < 100) {
- p[7] = '1';
- p[8] = '9';