=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/error/Attic/pi.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/error/Attic/pi.c 2003/06/03 02:56:07 1.5 --- src/usr.bin/error/Attic/pi.c 2003/06/10 22:20:46 1.6 *************** *** 1,4 **** ! /* $OpenBSD: pi.c,v 1.5 2003/06/03 02:56:07 millert Exp $ */ /* $NetBSD: pi.c,v 1.3 1995/09/02 06:15:44 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: pi.c,v 1.6 2003/06/10 22:20:46 deraadt Exp $ */ /* $NetBSD: pi.c,v 1.3 1995/09/02 06:15:44 jtc Exp $ */ /* *************** *** 34,40 **** #if 0 static char sccsid[] = "@(#)pi.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: pi.c,v 1.5 2003/06/03 02:56:07 millert Exp $"; #endif /* not lint */ #include --- 34,40 ---- #if 0 static char sccsid[] = "@(#)pi.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: pi.c,v 1.6 2003/06/10 22:20:46 deraadt Exp $"; #endif /* not lint */ #include *************** *** 204,210 **** extern int wordc; extern char **wordv; ! Errorclass pi() { char **nwordv; --- 204,211 ---- extern int wordc; extern char **wordv; ! Errorclass ! pi(void) { char **nwordv;