diff options
Diffstat (limited to 'usr.bin/vis/foldit.c')
| -rw-r--r-- | usr.bin/vis/foldit.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index ad842356b36..0454b5b8eed 100644 --- a/usr.bin/vis/foldit.c +++ b/usr.bin/vis/foldit.c @@ -1,6 +1,8 @@ +/* $NetBSD: foldit.c,v 1.3 1994/11/17 07:55:58 jtc Exp $ */ + /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,10 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)foldit.c 5.1 (Berkeley) 4/18/91";*/ -static char rcsid[] = "$Id: foldit.c,v 1.2 1993/08/01 18:04:01 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)foldit.c 8.1 (Berkeley) 6/6/93"; +#endif +static char rcsid[] = "$NetBSD: foldit.c,v 1.3 1994/11/17 07:55:58 jtc Exp $"; #endif /* not lint */ foldit(chunk, col, max) |
