=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/paste/paste.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/paste/paste.c 2003/06/10 22:20:49 1.12 --- src/usr.bin/paste/paste.c 2003/07/10 00:06:51 1.13 *************** *** 1,4 **** ! /* $OpenBSD: paste.c,v 1.12 2003/06/10 22:20:49 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: paste.c,v 1.13 2003/07/10 00:06:51 david Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 40,49 **** #ifndef lint /*static char sccsid[] = "from: @(#)paste.c 5.7 (Berkeley) 10/30/90";*/ ! static char rcsid[] = "$OpenBSD: paste.c,v 1.12 2003/06/10 22:20:49 deraadt Exp $"; #endif /* not lint */ #include #include #include #include --- 40,50 ---- #ifndef lint /*static char sccsid[] = "from: @(#)paste.c 5.7 (Berkeley) 10/30/90";*/ ! static char rcsid[] = "$OpenBSD: paste.c,v 1.13 2003/07/10 00:06:51 david Exp $"; #endif /* not lint */ #include + #include #include #include #include