aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorPaul Eggert2012-07-10 22:57:03 -0700
committerPaul Eggert2012-07-10 22:57:03 -0700
commitb747d3f7535fe324b0ea21d53c4f84970335022a (patch)
treed5514fb34a041266819b8e1f65b828b5a12d95a1 /src/s
parent5ebbef1dc0d12fa5402c97e8aa8c0c85553b87ee (diff)
downloademacs-b747d3f7535fe324b0ea21d53c4f84970335022a.tar.gz
emacs-b747d3f7535fe324b0ea21d53c4f84970335022a.zip
Assume perror.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux10-20.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h
index 0e47ccee86f..7d8222761b3 100644
--- a/src/s/hpux10-20.h
+++ b/src/s/hpux10-20.h
@@ -43,9 +43,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
43 43
44/* Special hacks needed to make Emacs run on this system. */ 44/* Special hacks needed to make Emacs run on this system. */
45 45
46/* Some additional system facilities exist. */
47#define HAVE_PERROR /* Delete this line for version 6. */
48
49/* This is how to get the device name of the tty end of a pty. */ 46/* This is how to get the device name of the tty end of a pty. */
50#define PTY_TTY_NAME_SPRINTF \ 47#define PTY_TTY_NAME_SPRINTF \
51 sprintf (pty_name, "/dev/pty/tty%c%x", c, i); 48 sprintf (pty_name, "/dev/pty/tty%c%x", c, i);