diff options
Diffstat (limited to 'lib/libutil/pty.c')
-rw-r--r-- | lib/libutil/pty.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c index 4fccc1a341a..a9d80528e95 100644 --- a/lib/libutil/pty.c +++ b/lib/libutil/pty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pty.c,v 1.13 2004/05/28 07:03:47 deraadt Exp $ */ +/* $OpenBSD: pty.c,v 1.14 2005/08/02 21:46:23 espie Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -29,11 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -/* from: static char sccsid[] = "@(#)pty.c 8.1 (Berkeley) 6/4/93"; */ -static const char rcsid[] = "$Id: pty.c,v 1.13 2004/05/28 07:03:47 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/cdefs.h> #include <sys/types.h> #include <sys/stat.h> |