Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/02/1999 04:50:07
Module Name:	basesrc
Committed By:	jdolecek
Date:		Tue Nov  2 12:50:07 UTC 1999

Modified Files:
	basesrc/usr.bin/fmt: fmt.c

Log Message:
process correctly whole line even when it's longer than BUFSIZ characters -
	previously, all characters of a line after the first BUFSIZ characters
	were just trimmed
while here, do some const & static poisoning


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.bin/fmt/fmt.c

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