aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-17 07:20:20 +0800
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-17 07:20:20 +0800
commit1609db8d21f5af3336d1c29bab4979e6d166f03f (patch)
tree155584e061267fe48692f1bf097a03be640ccbc8 /misc
parent4c49140779026878a4b8512eb986de9295825391 (diff)
downloadfreebsd-ports-gnome-1609db8d21f5af3336d1c29bab4979e6d166f03f.tar.gz
freebsd-ports-gnome-1609db8d21f5af3336d1c29bab4979e6d166f03f.tar.zst
freebsd-ports-gnome-1609db8d21f5af3336d1c29bab4979e6d166f03f.zip
Update to version 1.4.1.
Diffstat (limited to 'misc')
-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;