summaryrefslogtreecommitdiff
path: root/src/s/rtu.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-04-24 08:11:28 +0000
committerJim Blandy <jimb@redhat.com>1992-04-24 08:11:28 +0000
commit4ee3f842d8ef655b0b36debf8039f0f13d937b1d (patch)
tree7a6f5db669b22abb3aa83f62499355840f788fa8 /src/s/rtu.h
parent28e77684e5bdddd296fc4cb53a8942bf16ed0097 (diff)
downloademacs-4ee3f842d8ef655b0b36debf8039f0f13d937b1d.tar.gz
entered into RCS
Diffstat (limited to 'src/s/rtu.h')
-rw-r--r--src/s/rtu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/rtu.h b/src/s/rtu.h
index 273db7a3064..b90ad6dd91d 100644
--- a/src/s/rtu.h
+++ b/src/s/rtu.h
@@ -165,8 +165,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* This is how to get the device name of the tty end of a pty. */
#define PTY_TTY_NAME_SPRINTF \
- sprintf (ptyname, "/dev/ttyp%x", i);
+ sprintf (pty_name, "/dev/ttyp%x", i);
/* This is how to get the device name of the control end of a pty. */
#define PTY_NAME_SPRINTF \
- sprintf (ptyname, "/dev/pty%x", i);
+ sprintf (pty_name, "/dev/pty%x", i);