Mercurial > emacs
changeset 35151:d5dada0b18de
Rearrange relative to comment.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 08 Jan 2001 19:56:54 +0000 |
parents | ab2107f870ad |
children | 320f1445907b |
files | src/s/irix6-0.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/irix6-0.h Mon Jan 08 19:54:40 2001 +0000 +++ b/src/s/irix6-0.h Mon Jan 08 19:56:54 2001 +0000 @@ -34,7 +34,6 @@ /* Cancel some #define's in usg5-4.h. Larry Hunter <hunter@nlm.nih.gov> said this was needed for Irix 6.5. Let's see if it is safe in 6.N, N<5, as well. */ -#undef TIOCSIGSEND /* Extrapolating from Irix 6.5, the problem is that (at least) the bzero definition breaks what the X headers do. The following means that we lack prototypes for these functions, and we presumably lose @@ -46,3 +45,5 @@ #undef bcopy #undef bcmp #undef bzero + +#undef TIOCSIGSEND