summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-01-08 19:56:54 +0000
committerDave Love <fx@gnu.org>2001-01-08 19:56:54 +0000
commit234f1ae97987adec6f19aaa5cb6b5fb3075636f5 (patch)
treeb78ce6e7f6c6a38163248210b9f4775a8f7ecf50
parentdacbb818828d6da5f01601a826360643d6a8e7ec (diff)
downloademacs-234f1ae97987adec6f19aaa5cb6b5fb3075636f5.tar.gz
Rearrange relative to comment.
-rw-r--r--src/s/irix6-0.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h
index f21b92e23b7..e0950127f7c 100644
--- a/src/s/irix6-0.h
+++ b/src/s/irix6-0.h
@@ -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