summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-12-22 15:21:58 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-12-22 15:21:58 +0000
commitb112d78ac073a3630d525a7a84eef0fb8a1757da (patch)
treeee3584fa56fb3009f0886669c81e65ae49bc5acf /sysutils
parentFix build with gcc41 (diff)
Fix build with gcc41
Notes
Notes: svn path=/head/; revision=180501
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h b/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
index eb256018e212..4066b49be7cb 100644
--- a/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
+++ b/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
@@ -1,5 +1,14 @@
---- src/File-Date-StringUtils/Format.h.orig Sat Apr 10 01:41:38 2004
-+++ src/File-Date-StringUtils/Format.h Mon Sep 26 16:09:59 2005
+--- src/File-Date-StringUtils/Format.h.orig Fri Apr 9 23:41:38 2004
++++ src/File-Date-StringUtils/Format.h Fri Dec 22 16:20:15 2006
+@@ -53,7 +53,7 @@
+ private:
+
+ template<typename T>
+- void DecimalFormat::format_internal( char* buffer, T value, std::string typeString);
++ void format_internal( char* buffer, T value, std::string typeString);
+
+
+
@@ -65,6 +65,6 @@
text-containing string to be output on a terminal
*/