summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-04-25 16:16:59 +0000
committerjkh <jkh@FreeBSD.org>1994-04-25 16:16:59 +0000
commit488ccba6a3a907798a98569eb2542354c4581aec (patch)
treeba537a2dd828d8c80a06239d68a65523540c2a99 /gnu
parent2bb10aa76c227af1b4fafad9e9d42a99007f0548 (diff)
downloadFreeBSD-src-488ccba6a3a907798a98569eb2542354c4581aec.zip
FreeBSD-src-488ccba6a3a907798a98569eb2542354c4581aec.tar.gz
From: Marko Teiste <mte@tigger.cirion.fi>
Message-Id: <199404241154.OAA00260@tigger.cirion.fi> Subject: uucp error Index: gun/libexec/uucp FreeBSD-1.1-GAMMA Apparently-To: FreeBSD-bugfiler@freefall.cdrom.com Sender: freebsd-bugs-owner@freefall.cdrom.com Precedence: bulk Description: When calling remote uucp site dialing succeeds, but standard login chat fails. Debug file shows that uucico does not see any characters send from remote. Repeat-By: use sio drivers, 16450 base serial and standard taylor configuration provided with the GAMMA release. Run uucico and observer. Fix: define HAVE_BSD_TTY instead of HAVE_POSIX_TTY in common_source/policy.h and recompile.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/libexec/uucp/common_sources/policy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/common_sources/policy.h b/gnu/libexec/uucp/common_sources/policy.h
index 4c829bf..6193ff5 100644
--- a/gnu/libexec/uucp/common_sources/policy.h
+++ b/gnu/libexec/uucp/common_sources/policy.h
@@ -63,9 +63,9 @@
HAVE_SYSV_TERMIO -- Use the System V termio routines
HAVE_POSIX_TERMIOS -- Use the POSIX termios routines
*/
-#define HAVE_BSD_TTY 0
+#define HAVE_BSD_TTY 1
#define HAVE_SYSV_TERMIO 0
-#define HAVE_POSIX_TERMIOS 1
+#define HAVE_POSIX_TERMIOS 0
/* This code tries to guess which terminal driver to use if you did
not make a choice above. It is in this file to make it easy to
OpenPOWER on IntegriCloud