diff options
Diffstat (limited to 'bin/sh/output.c')
-rw-r--r-- | bin/sh/output.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/output.c b/bin/sh/output.c index 1512893e43e..49e7a85408e 100644 --- a/bin/sh/output.c +++ b/bin/sh/output.c @@ -1,3 +1,4 @@ +/* $OpenBSD: output.c,v 1.2 1996/06/23 14:21:30 deraadt Exp $ */ /* $NetBSD: output.c,v 1.15 1995/09/14 16:19:06 jtc Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)output.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: output.c,v 1.15 1995/09/14 16:19:06 jtc Exp $"; +static char rcsid[] = "$OpenBSD: output.c,v 1.2 1996/06/23 14:21:30 deraadt Exp $"; #endif #endif /* not lint */ |