Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 05/03/2001 23:43:17
Module Name: gnusrc
Committed By: is
Date: Thu May 3 20:43:17 UTC 2001
Modified Files:
gnusrc/gnu/libexec/uucp/libunix: serial.c
Log Message:
Don't divide by zero when computing timeout values, else we SIGFPE when
sending "long" files over pipe links.
This fix closely follows the one suggested by <felix@subnet.sub.net> in
an email to Ian Lance Tailor years ago.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 gnusrc/gnu/libexec/uucp/libunix/serial.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.