diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-02 00:29:53 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-02 00:29:53 +0000 |
commit | 58020137fcd5c4a77919d853734f563f7aeb6cb1 (patch) | |
tree | ce392527ec13f23633e04b5876c50b37873a2651 /lib/libcompat/4.1/gtty.c | |
parent | ac7774b0144eed120eee55b2a3e16aaf80f8b937 (diff) |
$OpenBSD$
Diffstat (limited to 'lib/libcompat/4.1/gtty.c')
-rw-r--r-- | lib/libcompat/4.1/gtty.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcompat/4.1/gtty.c b/lib/libcompat/4.1/gtty.c index 28ac7b6fa74..465bd16f1bc 100644 --- a/lib/libcompat/4.1/gtty.c +++ b/lib/libcompat/4.1/gtty.c @@ -1,3 +1,5 @@ +/* $OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $ */ + /* * Copyright (c) 1994 Christopher G. Demetriou * All rights reserved. @@ -29,7 +31,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: gtty.c,v 1.1 1995/10/18 08:42:34 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $"; #endif /* not lint */ #include <sgtty.h> |