Date: Wed, 28 May 1997 16:28:31 +0200 (MET DST) From: Zahemszky Gabor <zgabor@CoDe.hu> To: freebsd-questions@freebsd.org (FreeBSD questions) Subject: Re: question Message-ID: <199705281428.QAA00386@CoDe.hu> In-Reply-To: <Pine.BSF.3.95q.970527185845.1668C-100000@aak.anchorage.net> from Steve Howe at "May 27, 97 07:00:25 pm"
index | next in thread | previous in thread | raw e-mail
> On Tue, 27 May 1997, Zahemszky Gabor wrote:
>
> > > I need file "termio.h" for compilling.
> > > I did not this file on many sites.
> > > Please say me where i may found "termio.h" or how i can exchange this file.
> >
> > If I know well, termio.h is an old SysV-ism. Old BSD machines used to have
> > sgtty.h (BSD) or something, and most of the modern Unices use termios.h
> > (POSIX). So you have to find an old SVR2 machine somewhere.
> > Well, if I remember well, Coherent had termio, too.
> >
> > Bye, Gabor
>
> on 2.2.1 "termios.h" is in /usr/include/sys, and
> "sgtty.h" is in /usr/include ...
Well, he needs "termio.h" instead of "termios.h"
Gabor
--
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705281428.QAA00386>
