diff options
Diffstat (limited to 'bin/stty/modes.c')
-rw-r--r-- | bin/stty/modes.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/stty/modes.c b/bin/stty/modes.c index 18acbccc93a..1c4cc17428d 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -1,3 +1,4 @@ +/* $OpenBSD: modes.c,v 1.3 1996/06/23 14:21:51 deraadt Exp $ */ /* $NetBSD: modes.c,v 1.9 1996/05/07 18:20:09 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: modes.c,v 1.9 1996/05/07 18:20:09 jtc Exp $"; +static char rcsid[] = "$OpenBSD: modes.c,v 1.3 1996/06/23 14:21:51 deraadt Exp $"; #endif #endif /* not lint */ |