On Tue, Nov 23, 1999 at 09:15:35PM -0800, Kris Kennaway wrote:
> -             (void)fgets(message, sizeof(message), stdin);
> +             (void)fgets(message, MAXMSG, stdin);

There is nothing wrong with the original line here.  Please don't change
things that are fine just to change them.  We don't want to ofuscate the fix.

-- 
-- David    ([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to