summaryrefslogtreecommitdiff
path: root/misc/dejagnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-16 23:20:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-16 23:20:20 +0000
commit1609db8d21f5af3336d1c29bab4979e6d166f03f (patch)
tree155584e061267fe48692f1bf097a03be640ccbc8 /misc/dejagnu
parentUpdate to version 6.3.14 (diff)
Update to version 1.4.1.
Notes
Notes: svn path=/head/; revision=45181
Diffstat (limited to 'misc/dejagnu')
-rw-r--r--misc/dejagnu/files/patch-unit.cc17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/dejagnu/files/patch-unit.cc b/misc/dejagnu/files/patch-unit.cc
new file mode 100644
index 000000000000..a7389c68e813
--- /dev/null
+++ b/misc/dejagnu/files/patch-unit.cc
@@ -0,0 +1,17 @@
+--- testsuite/libdejagnu/unit.cc.orig Thu May 3 22:25:59 2001
++++ testsuite/libdejagnu/unit.cc Mon Jul 16 16:17:05 2001
+@@ -1,5 +1,6 @@
+ // unit.cc -- This is a test case for the Dejagnu.h classes.
+
++#include <sys/types.h>
+ #include <iostream>
+ #include <dejagnu.h>
+
+@@ -7,7 +8,6 @@
+ #include <string>
+ #include <fstream>
+ #include <set>
+-#include <sys/types.h>
+
+ TestState runtest;
+ TestState test;