Remove unneeded patch.

Obtained from:	edwin, bento
This commit is contained in:
Vanilla I. Shu 2002-11-19 14:38:28 +00:00
parent bcda4ed0ae
commit 5bc323a0c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70492

View File

@ -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