diff options
Diffstat (limited to 'bin/sh/options.c')
-rw-r--r-- | bin/sh/options.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/options.c b/bin/sh/options.c index 788852bb2d7..6132bb00254 100644 --- a/bin/sh/options.c +++ b/bin/sh/options.c @@ -1,3 +1,4 @@ +/* $OpenBSD: options.c,v 1.2 1996/06/23 14:21:28 deraadt Exp $ */ /* $NetBSD: options.c,v 1.14 1995/05/11 21:29:46 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: options.c,v 1.14 1995/05/11 21:29:46 christos Exp $"; +static char rcsid[] = "$OpenBSD: options.c,v 1.2 1996/06/23 14:21:28 deraadt Exp $"; #endif #endif /* not lint */ |