Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 10/10/2000 15:38:54
Module Name:	basesrc
Committed By:	itojun
Date:		Tue Oct 10 12:38:54 UTC 2000

Modified Files:
	basesrc/libexec/talkd: announce.c

Log Message:
make sure big_buf is big enough to hold line terminations.
if all the lines have N_CHARS of characters, we will write up
	N_CHARS * N_LINES + (3 + 2 * N_LINES) + 1
of bytes.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/libexec/talkd/announce.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.