diff options
Diffstat (limited to 'bin/csh/set.c')
-rw-r--r-- | bin/csh/set.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/csh/set.c b/bin/csh/set.c index 0e318cbe6b8..536195188ae 100644 --- a/bin/csh/set.c +++ b/bin/csh/set.c @@ -1,3 +1,4 @@ +/* $OpenBSD: set.c,v 1.2 1996/06/23 14:19:30 deraadt Exp $ */ /* $NetBSD: set.c,v 1.8 1995/03/21 18:35:52 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)set.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: set.c,v 1.8 1995/03/21 18:35:52 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: set.c,v 1.2 1996/06/23 14:19:30 deraadt Exp $"; #endif #endif /* not lint */ |