diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-14 16:12:50 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-14 16:12:50 +0000 |
commit | 5146ca07b1bde76c1165e812a1634b989b950b72 (patch) | |
tree | ea860c8e0e7a322ef3cafb691972f91719754596 /math/surf/files/patch-misc::Misc.h | |
parent | - Update to 3.4.1 (diff) |
- Update to 1.0.5
- Install additional documents
PR: ports/101947
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'math/surf/files/patch-misc::Misc.h')
-rw-r--r-- | math/surf/files/patch-misc::Misc.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/surf/files/patch-misc::Misc.h b/math/surf/files/patch-misc::Misc.h deleted file mode 100644 index 60b3963565c1..000000000000 --- a/math/surf/files/patch-misc::Misc.h +++ /dev/null @@ -1,13 +0,0 @@ ---- misc/Misc.h.orig Tue Jul 22 16:14:35 2003 -+++ misc/Misc.h Tue Jul 22 16:14:59 2003 -@@ -26,7 +26,9 @@ - #ifndef MISC_H - #define MISC_H - --#include <strstream.h> -+#include <strstream> -+ -+using std::ostrstream; - - class Misc - { |