diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-11-19 14:38:28 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-11-19 14:38:28 +0000 |
commit | 5bc323a0c3cc336509878b0485fcaac8f46d76e6 (patch) | |
tree | 82f35cf80ff16d97536f77737b6d94fdac74b1ce /emulators | |
parent | removed test port (diff) |
Remove unneeded patch.
Obtained from: edwin, bento
Notes
Notes:
svn path=/head/; revision=70492
Diffstat (limited to 'emulators')
-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 b947402ca676..000000000000 --- 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 - |