aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-03-17 09:22:15 +0000
committerRichard M. Stallman1993-03-17 09:22:15 +0000
commit856c3dcba871df8f1b01ea9f1c9f63fbc5d79e30 (patch)
tree3febba4fde1f854e1d04fa5a4bb9dd7bbe2f8765
parentdcf970e66f867b5a81afc16d2a4b0b1d487e59fd (diff)
downloademacs-856c3dcba871df8f1b01ea9f1c9f63fbc5d79e30.tar.gz
emacs-856c3dcba871df8f1b01ea9f1c9f63fbc5d79e30.zip
(_getpty): Declare this, not _get_pty.
-rw-r--r--src/s/irix4-0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index 3a28bbf59c8..7f8cb356ee6 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -25,7 +25,7 @@
25/* No need to get the pty name at all. */ 25/* No need to get the pty name at all. */
26#define PTY_NAME_SPRINTF 26#define PTY_NAME_SPRINTF
27#ifdef emacs 27#ifdef emacs
28char *_get_pty(); 28char *_getpty();
29#endif 29#endif
30/* We need only try once to open a pty. */ 30/* We need only try once to open a pty. */
31#define PTY_ITERATION 31#define PTY_ITERATION