diff options
Diffstat (limited to 'usr.bin/indent/args.c')
-rw-r--r-- | usr.bin/indent/args.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index abb0f7d10d8..b3fd08efe6c 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -1,3 +1,5 @@ +/* $OpenBSD: args.c,v 1.2 1996/06/26 05:34:27 deraadt Exp $ */ + /* * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980 The Regents of the University of California. @@ -35,7 +37,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)args.c 5.10 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$Id: args.c,v 1.1 1995/10/18 08:45:24 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: args.c,v 1.2 1996/06/26 05:34:27 deraadt Exp $"; #endif /* not lint */ /* |