133420Sbostic # include	"../hdr/defines.h"
233420Sbostic 
333420Sbostic SCCSID(@(#)fmterr	2.1);
433420Sbostic 
fmterr(pkt)533420Sbostic fmterr(pkt)
633420Sbostic register struct packet *pkt;
733420Sbostic {
833420Sbostic 	fclose(pkt->p_iop);
9*33424Sbostic 	sprintf(Error,"format error at line %u (co4)",pkt->p_slnno);
10*33424Sbostic 	fatal(Error);
1133420Sbostic }
12