Mercurial > emacs
changeset 2223:8a58d997b213
(_getpty): Declare this, not _get_pty.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 17 Mar 1993 09:22:15 +0000 |
parents | d81c60c5f9ce |
children | 49bda4cf498c |
files | src/s/irix4-0.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/irix4-0.h Wed Mar 17 09:19:47 1993 +0000 +++ b/src/s/irix4-0.h Wed Mar 17 09:22:15 1993 +0000 @@ -25,7 +25,7 @@ /* No need to get the pty name at all. */ #define PTY_NAME_SPRINTF #ifdef emacs -char *_get_pty(); +char *_getpty(); #endif /* We need only try once to open a pty. */ #define PTY_ITERATION