2001-01-12 Sam Hartman <hartmans@mit.edu>
authorSam Hartman <hartmans@mit.edu>
Sun, 14 Jan 2001 03:26:06 +0000 (03:26 +0000)
committerSam Hartman <hartmans@mit.edu>
Sun, 14 Jan 2001 03:26:06 +0000 (03:26 +0000)
commitbfc074ea2276295db7c092765a3da58b3b2402a8
tree289766408a25862fdb2976fa649e0a58253734a7
parentfb96a449d412e7d1a0dbd38bb50e7f26c041f7b5
2001-01-12  Sam Hartman  <hartmans@mit.edu>

* krlogin.c: Previously, we only used TIOCGLTC  on systems with
termios.  This is sort of silly since its a BSD 4.[23] IOCTL.  We
then go out of our way not to use it on IRIX, Solaris or HPUX.  I
think all this comes about because you really want to use BSD
IOCTLS on Sunos rather than termios.  I propose to do that and
never use BSD IOCTLs on Sunos.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12902 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/bsd/ChangeLog
src/appl/bsd/configure.in
src/appl/bsd/krlogin.c