From: Karl Heuer Date: Thu, 10 Sep 1998 15:59:36 +0000 (+0000) Subject: (TIOCSIGSEND): Add #undef. X-Git-Tag: emacs-20.4~1720 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5cfc5cbe700f876b50e8da095f47221ae70afa6e;p=emacs.git (TIOCSIGSEND): Add #undef. (bcopy, bcmp, bzero): Add #undef. --- diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index effe7851b6e..d6bc7820337 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h @@ -29,3 +29,11 @@ /* Canced the #define that is in irix5-0.h. */ #undef ospeed #endif + +/* Cancel some #define's in usg5-4.h. + Larry Hunter said this was needed + for Irix 6.5. Let's see if it is safe in 6.N, N<5, as well. */ +#undef TIOCSIGSEND +#undef bcopy +#undef bcmp +#undef bzero