From 3bd49ec5c4b1e5d9fb08282796b4a3b487f8f196 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 15 Nov 1999 15:40:55 +1100 Subject: - Various small cleanups to bring diff (against OpenBSD) size down. --- pty.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pty.c') 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. */ #include "includes.h" -RCSID("$Id: pty.c,v 1.2 1999/11/08 04:30:59 damien Exp $"); +RCSID("$Id: pty.c,v 1.3 1999/11/15 04:40:55 damien Exp $"); #ifdef HAVE_PTY_H -/* Unfortunate namespace collision */ #include #endif /* HAVE_PTY_H */ -- cgit v1.2.3