diff src/sysproc.h @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 1d62742628b6
children 8626e4521993
line wrap: on
line diff
--- a/src/sysproc.h	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/sysproc.h	Mon Aug 13 11:03:08 2007 +0200
@@ -71,14 +71,6 @@
 #include <sys/select.h>
 #endif
 
-#ifdef HAVE_STROPTS_H
-#include <stropts.h>		/* isastream(), I_PUSH */
-#endif
-
-#ifdef HAVE_STRTIO_H
-#include <strtio.h>		/* TIOCSIGNAL */
-#endif
-
 #ifdef FD_SET
 
 /* We could get this from param.h, but better not to depend on finding that.