tf_util.c (utimes): If __SVR4 is defined, #include <utime.h>, just as
authorTheodore Tso <tytso@mit.edu>
Mon, 7 Aug 1995 22:46:58 +0000 (22:46 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 7 Aug 1995 22:46:58 +0000 (22:46 +0000)
commit385f5c1508ed402881341350a40d567df30173c8
tree933dd86f5101fa892ef659405a6ff52eb312da94
parentb26b007dd719ce4eeeba3a43ffcfc214357fbb0e
tf_util.c (utimes): If __SVR4 is defined, #include <utime.h>, just as
we do if __svr4__ is defined.

g_pw_in_tkt.c: If __SVR4 is defined, #include <sgtty.h>, just as we do
if __svr4__ is defined.  (WARNING: This code still assumes that the
BSD ioctl's are being supported, at least in compatibility mode.  We
should really upgrade this code to use POSIX termios calls.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6444 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb4/ChangeLog
src/lib/krb4/g_pw_in_tkt.c
src/lib/krb4/tf_util.c