summaryrefslogtreecommitdiff
path: root/pty.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-15 15:40:55 +1100
committerDamien Miller <djm@mindrot.org>1999-11-15 15:40:55 +1100
commit3bd49ec5c4b1e5d9fb08282796b4a3b487f8f196 (patch)
tree3051458be4aef412a47a151d36665778d6f19e47 /pty.c
parent2ccf661cbe0924a1549a74b5a4f970e90f94d6a9 (diff)
- Various small cleanups to bring diff (against OpenBSD) size down.
Diffstat (limited to 'pty.c')
-rw-r--r--pty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pty.c b/pty.c
index 141ef7d35..bbe18fd03 100644
--- a/pty.c
+++ b/pty.c
@@ -14,10 +14,9 @@ Allocating a pseudo-terminal, and making it the controlling tty.
14*/ 14*/
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$Id: pty.c,v 1.2 1999/11/08 04:30:59 damien Exp $"); 17RCSID("$Id: pty.c,v 1.3 1999/11/15 04:40:55 damien Exp $");
18 18
19#ifdef HAVE_PTY_H 19#ifdef HAVE_PTY_H
20/* Unfortunate namespace collision */
21#include <pty.h> 20#include <pty.h>
22#endif /* HAVE_PTY_H */ 21#endif /* HAVE_PTY_H */
23 22