=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/col/col.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/col/col.c 2007/05/01 01:26:19 1.10 --- src/usr.bin/col/col.c 2009/10/27 23:59:36 1.11 *************** *** 1,4 **** ! /* $OpenBSD: col.c,v 1.10 2007/05/01 01:26:19 jdixon Exp $ */ /* $NetBSD: col.c,v 1.7 1995/09/02 05:48:50 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: col.c,v 1.11 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: col.c,v 1.7 1995/09/02 05:48:50 jtc Exp $ */ /*- *************** *** 32,50 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - static char copyright[] = - "@(#) Copyright (c) 1990, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"; - #endif /* not lint */ - - #ifndef lint - #if 0 - static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; - #endif - static char rcsid[] = "$OpenBSD: col.c,v 1.10 2007/05/01 01:26:19 jdixon Exp $"; - #endif /* not lint */ #include #include --- 32,37 ----