diff options
author | 2005-08-02 21:46:23 +0000 | |
---|---|---|
committer | 2005-08-02 21:46:23 +0000 | |
commit | a4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d (patch) | |
tree | 68174b733ed70872339d5951280122c86af6c050 /lib/libutil/pty.c | |
parent | Save floating point context on signals, same diff as macppc (diff) | |
download | wireguard-openbsd-a4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d.tar.xz wireguard-openbsd-a4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d.zip |
scrape $Id$ tags.
okay deraadt@, millert@, krw@
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> |