Forgot to add this patch and remove that one...

This commit is contained in:
Will Andrews 2000-05-18 17:39:42 +00:00
parent eb0a7a9e11
commit 0599e3c060
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28563

View file

@ -0,0 +1,12 @@
--- kdevelop/dbg/stty.cpp Wed May 3 14:20:39 2000
+++ kdevelop/dbg/stty.cpp.new Fri May 12 18:15:57 2000
@@ -45,7 +45,9 @@
#ifdef TIME_WITH_SYS_TIME
#include <sys/time.h>
#endif
+#ifndef __FreeBSD__
#include <sys/resource.h>
+#endif
#include <grp.h>
#if defined (_HPUX_SOURCE)