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