Subject: minicom/ascii-xfr problem
To: pkgsrc <tech-pkg@NetBSD.ORG>
From: Jukka Marin <jmarin@pyy.jmp.fi>
List: tech-pkg
Date: 08/23/2000 12:32:45
The ascii-xfr program of comms/minicom has options for setting line
and character delays for ascii send.  These delays don't work with
NetBSD because the delay routine in ascii-xfr.c uses usleep() if and
only if either BSD or __linux__ is defined - and in NetBSD's case,
neither one is.  This makes the delay routine no-op.

  -jm