Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 1996 11:09:25 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        pedro@unb15.campus.unal.edu.co (Pedro Giffuni S.)
Cc:        davydov@ns.okbmei.msk.su, ports@freebsd.org
Subject:   Re: Free BBS system
Message-ID:  <199605160909.LAA00402@uriah.heep.sax.de>
In-Reply-To: <Pine.BSF.3.91.960515095423.8596A-100000@unb15.campus.unal.edu.co> from "Pedro Giffuni S." at "May 15, 96 10:01:14 am"

next in thread | previous in thread | raw e-mail | index | archive | help
As Pedro Giffuni S. wrote:

> I had different problems, and couldn't compile the new beta version. It 
> seems that they meant it compiled under FreeBSD 1.x, not 2.x. Try 
> changing the SYSV term difinition. The new beta has this on the osdeps.h:
> 
> #if NEXTSTEP || MACHTEN || FREEBSD
> # define NO_TERMIO 1
> #endif

I hope this doesn't fall back to the ancient V7/oldBSD sgtty style.
In this case, it's better to take some moments, add another #ifdef
TERMIOS, and add the hooks for using the state-of-the-art termios
code.  (This should be easy to do since termio is already there.
termios is not heavily different, it's mostly the ioctl's that have
to be replaced by tcgetattr()/tcsetattr() calls.)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605160909.LAA00402>