diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-21 17:31:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-21 17:31:57 +0000 |
commit | 73dcc0f86e1ca9d2af2c8a766fa3566e0d56fad4 (patch) | |
tree | 04df3d1f3bead67b6c16d3c0f847b9fbe0b9cf11 /news/nget/files/patch-aa | |
parent | . Switch to using the appropriate Blackdown JDK for bootstrapping since (diff) |
Unbreak on 5.X
PR: 54556
Submitted by: chris larsen <darth@vader.dk>
Diffstat (limited to '')
-rw-r--r-- | news/nget/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/nget/files/patch-aa b/news/nget/files/patch-aa new file mode 100644 index 000000000000..9da75aeebd40 --- /dev/null +++ b/news/nget/files/patch-aa @@ -0,0 +1,12 @@ +*** misc.cc.org Thu Jun 26 17:04:21 2003 +--- misc.cc Thu Jun 26 17:04:35 2003 +*************** +*** 162,167 **** +--- 162,168 ---- + #endif + template string durationstr(ulong); + template string durationstr(long); ++ template string durationstr(int); + + char *text_month[13]={"Jan", "Feb", "Mar", "Apr", + "May", "Jun", "Jul", "Aug", |