diff src/sysproc.h @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children c33ae14dd6d0
line wrap: on
line diff
--- a/src/sysproc.h	Mon Aug 13 11:35:05 2007 +0200
+++ b/src/sysproc.h	Mon Aug 13 11:36:19 2007 +0200
@@ -118,12 +118,12 @@
 #include <sys/select.h>
 #endif
 
-#ifdef HAVE_SYS_STROPTS_H
-#include <sys/stropts.h>	/* isastream(), I_PUSH */
+#ifdef HAVE_STROPTS_H
+#include <stropts.h>		/* isastream(), I_PUSH */
 #endif
 
-#ifdef HAVE_SYS_STRTIO_H
-#include <sys/strtio.h>		/* TIOCSIGNAL */
+#ifdef HAVE_STRTIO_H
+#include <strtio.h>		/* TIOCSIGNAL */
 #endif
 
 #ifdef HAVE_PTY_H