[comp.bugs.4bsd] More bugs in gmon.c

adam@gec-mi-at.co.uk (Adam Quantrill) (08/24/87)

I suppose I should have inspected the source for more dodgy code before posting
the previous message. Here follows a diff to remove the printing of spurious 
nulls in some error messages. Feed to ed:

----------8><--------------------8><--------------
e /usr/src/lib/libc/vax/csu/gmon.c
241c
	write(2, TOLIMIT, sizeof(TOLIMIT)-1);
.
76c
	write( 2 , MSG , sizeof(MSG) -1 );
.
64c
	write( 2 , MSG , sizeof(MSG) -1 );
.
59c
	write( 2 , MSG , sizeof(MSG) -1 );
.
w
q
--------------------------------------------------