diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-11-19 14:38:28 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-11-19 14:38:28 +0000 |
commit | d18373b50407210aa2de98d32498d5dfb7b35d62 (patch) | |
tree | cd980ca6fdf512ca5a758e9560951cd6899cbfb5 | |
parent | 2d8c1cc57d624cb8d0baeba2170bc9749bcc8358 (diff) | |
download | FreeBSD-ports-d18373b50407210aa2de98d32498d5dfb7b35d62.zip FreeBSD-ports-d18373b50407210aa2de98d32498d5dfb7b35d62.tar.gz |
Remove unneeded patch.
Obtained from: edwin, bento
-rw-r--r-- | emulators/twin/files/patch-clients::term.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/twin/files/patch-clients::term.c b/emulators/twin/files/patch-clients::term.c deleted file mode 100644 index b947402..0000000 --- a/emulators/twin/files/patch-clients::term.c +++ /dev/null @@ -1,11 +0,0 @@ ---- clients/term.c.orig Thu Oct 24 05:35:38 2002 -+++ clients/term.c Tue Oct 29 14:12:54 2002 -@@ -18,6 +18,8 @@ - #include <Tw/Twautoconf.h> - - #ifdef TW_HAVE_SYS_RESOURCE_H -+# include <sys/types.h> -+# include <sys/time.h> - # include <sys/resource.h> - #endif - |