aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-02-15 01:26:28 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-02-15 01:26:28 +0000
commitfb8a2cc23708dfed35c7176f728787a4eace5794 (patch)
tree5c49e1a5384c25c8ac8a700bda7cc7d5866a2d61 /cad
parent2d805327bc5ce62de8afa35e7f2da8eab210a379 (diff)
downloadports-fb8a2cc23708dfed35c7176f728787a4eace5794.tar.gz
ports-fb8a2cc23708dfed35c7176f728787a4eace5794.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/tochnog/files/patch-src+so_suplu.c0
-rw-r--r--cad/tochnog/files/patch-tochnog.h3
2 files changed, 1 insertions, 2 deletions
diff --git a/cad/tochnog/files/patch-src+so_suplu.c b/cad/tochnog/files/patch-src+so_suplu.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/cad/tochnog/files/patch-src+so_suplu.c
+++ /dev/null
diff --git a/cad/tochnog/files/patch-tochnog.h b/cad/tochnog/files/patch-tochnog.h
index b36a1daa3872..5ceaa9cbbe07 100644
--- a/cad/tochnog/files/patch-tochnog.h
+++ b/cad/tochnog/files/patch-tochnog.h
@@ -1,13 +1,12 @@
--- tochnog.h.orig Sun Feb 11 05:05:27 2001
+++ tochnog.h Fri Feb 3 15:15:51 2006
-@@ -17,12 +17,17 @@
+@@ -17,12 +17,16 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <iostream.h>
+#include <iostream>
+// C++ headers
-+#include <iostream>
+#include <fstream>
+#include <iomanip>
+using namespace std;