diff src/s/hpux.h @ 621:eca8812e61cd

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Fri, 24 Apr 1992 08:11:54 +0000
parents 3bf63e2cf890
children ce011f7cd03f
line wrap: on
line diff
--- a/src/s/hpux.h	Fri Apr 24 08:11:28 1992 +0000
+++ b/src/s/hpux.h	Fri Apr 24 08:11:54 1992 +0000
@@ -228,6 +228,7 @@
 #define HAVE_GETTIMEOFDAY
 #define HAVE_VFORK
 #define HAVE_PERROR  /* Delete this line for version 6.  */
+#define HAVE_RENAME
 
 /* The following maps shared exec file to demand loaded exec.
    Don't do this as demand loaded exec is broken in hpux.  */
@@ -253,8 +254,8 @@
 
 /* This is how to get the device name of the tty end of a pty.  */
 #define PTY_TTY_NAME_SPRINTF \
-            sprintf (ptyname, "/dev/pty/tty%c%x", c, i);
+            sprintf (pty_name, "/dev/pty/tty%c%x", c, i);
 
 /* This is how to get the device name of the control end of a pty.  */
 #define PTY_NAME_SPRINTF \
-	sprintf (ptyname, "/dev/ptym/pty%c%x", c, i);
+	sprintf (pty_name, "/dev/ptym/pty%c%x", c, i);