aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/rtu.h
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-04-24 08:11:28 +0000
committerJim Blandy <[email protected]>1992-04-24 08:11:28 +0000
commitd4327fecc103493bc8275c3580b05c06c9fcc019 (patch)
treecdb73774491cf71c27c209576895d50633f414b9 /src/s/rtu.h
parentcab96458f8ef158d9a870f84f09058e0404cd393 (diff)
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 273db7a306..b90ad6dd91 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);