=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/unexpand/unexpand.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/unexpand/unexpand.c 2001/11/19 19:02:17 1.4 --- src/usr.bin/unexpand/unexpand.c 2002/02/16 21:27:56 1.5 *************** *** 1,4 **** ! /* $OpenBSD: unexpand.c,v 1.4 2001/11/19 19:02:17 mpech Exp $ */ /* $NetBSD: unexpand.c,v 1.5 1994/12/24 17:08:05 cgd Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: unexpand.c,v 1.5 2002/02/16 21:27:56 millert Exp $ */ /* $NetBSD: unexpand.c,v 1.5 1994/12/24 17:08:05 cgd Exp $ */ /*- *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: unexpand.c,v 1.4 2001/11/19 19:02:17 mpech Exp $"; #endif /* not lint */ /* --- 44,50 ---- #if 0 static char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: unexpand.c,v 1.5 2002/02/16 21:27:56 millert Exp $"; #endif /* not lint */ /* *************** *** 57,63 **** char linebuf[BUFSIZ]; int all; ! void tabify __P((char)); int main(argc, argv) --- 57,63 ---- char linebuf[BUFSIZ]; int all; ! void tabify(char); int main(argc, argv)