w8sdz@brl@sri-unix.UUCP (09/21/83)
From: Keith Petersen <w8sdz@brl>
Ben Goldfarb's updated/fixed umodem36.c is now available on SIMTEL20.
It's in MICRO:<MC.UNIX>UMODEM.36C and has been netmailed to usenet
via net.micro.cpm.
Here's what Ben did:
-- Version 3.6 Mods by Ben Goldfarb (ucf-cs!goldfarb), 09/03/83
. added '#include <ctype.h>' since tolower() is used, but
is not defined in umodem. This is necessary to compile
on V7 systems. Also added a isupper() test because
tolower() in /usr/include/ctype.h doesn't do that.
. cleaned up all the improper bitwise complementation of
logical constants and variables.
--end--