=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctags/print.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/ctags/print.c 2003/06/03 02:56:07 1.4 --- src/usr.bin/ctags/print.c 2003/06/12 20:58:09 1.5 *************** *** 1,4 **** ! /* $OpenBSD: print.c,v 1.4 2003/06/03 02:56:07 millert Exp $ */ /* $NetBSD: print.c,v 1.4 1995/09/27 01:06:58 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: print.c,v 1.5 2003/06/12 20:58:09 deraadt Exp $ */ /* $NetBSD: print.c,v 1.4 1995/09/27 01:06:58 jtc Exp $ */ /* *************** *** 34,40 **** #if 0 static char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: print.c,v 1.4 2003/06/03 02:56:07 millert Exp $"; #endif #endif /* not lint */ --- 34,40 ---- #if 0 static char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: print.c,v 1.5 2003/06/12 20:58:09 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 52,58 **** * prepare it for printing. */ void ! getline() { long saveftell; int c; --- 52,58 ---- * prepare it for printing. */ void ! getline(void) { long saveftell; int c; *************** *** 98,105 **** * write out the tags */ void ! put_entries(node) ! NODE *node; { if (node->left) --- 98,104 ---- * write out the tags */ void ! put_entries(NODE *node) { if (node->left)