From 65cdb09e346c2244eba8032cc064c0a3a0990b15 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 29 Jan 2008 21:29:02 +0000 Subject: Fix some warnings. --- ncpd/mp_serial.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ncpd') diff --git a/ncpd/mp_serial.c b/ncpd/mp_serial.c index 7483a3e..392f64e 100644 --- a/ncpd/mp_serial.c +++ b/ncpd/mp_serial.c @@ -38,9 +38,7 @@ #ifdef sun #include /* sun has TIOCEXCL there */ #endif -#if defined (__SVR4) #include -#endif #ifndef hpux #define mflag int @@ -49,12 +47,8 @@ #include #endif +#include "mp_serial.h" -/* - #if !defined(CRTSCTS) && defined(_IBMR2) - #define CRTSCTS 0x80000000 - #endif - */ #ifdef __sgi #define CRTSCTS CNEW_RTSCTS -- cgit v1.2.3