133421Sbostic # include "../hdr/defines.h" 233421Sbostic 333421Sbostic SCCSID(@(#)newstats 2.1); 433421Sbostic newstats(pkt,strp,ch)533421Sbosticnewstats(pkt,strp,ch) 633421Sbostic register struct packet *pkt; 733421Sbostic register char *strp; 833421Sbostic register char *ch; 933421Sbostic { 1033421Sbostic char fivech[6]; 1133421Sbostic repeat(fivech,ch,5); 12*33424Sbostic sprintf(strp,"%c%c %s/%s/%s\n",CTLCHAR,STATS,fivech,fivech,fivech); 13*33424Sbostic putline(pkt,strp); 1433421Sbostic } 15