[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

termio constants on kfreebsd



Hi!

  Seems linux has a *lot* more termio constants than we do and agetty
From util-linux is using all of them (or something like that). Use of
IUCLC and OLCUC was aready conditional in earlier versions of util-linux
so reverting to that seems fine. What to do with the rest? Conditionally
defining all of them to 0?

agetty.c:1146:52: error: ‘IUCLC’ undeclared (first use in this function)
agetty.c:1147:35: error: ‘NL0’ undeclared (first use in this function)
agetty.c:1147:41: error: ‘CR0’ undeclared (first use in this function)
agetty.c:1147:54: error: ‘BS0’ undeclared (first use in this function)
agetty.c:1147:60: error: ‘VT0’ undeclared (first use in this function)
agetty.c:1147:66: error: ‘FF0’ undeclared (first use in this function)
agetty.c:1148:19: error: ‘OLCUC’ undeclared (first use in this function)
agetty.c:1148:52: error: ‘OFILL’ undeclared (first use in this function)
agetty.c:1149:8: error: ‘NLDLY’ undeclared (first use in this function)
agetty.c:1149:14: error: ‘CRDLY’ undeclared (first use in this function)
agetty.c:1149:27: error: ‘BSDLY’ undeclared (first use in this function)
agetty.c:1149:33: error: ‘VTDLY’ undeclared (first use in this function)
agetty.c:1149:39: error: ‘FFDLY’ undeclared (first use in this function)

Regards

    Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

Attachment: pgpRqlM9ptaji.pgp
Description: PGP signature


Reply to: