update_wtmp.c: Don't use updwtmpx() even if it exists for glibc 2.1,
authorTheodore Tso <tytso@mit.edu>
Wed, 14 Apr 1999 16:00:33 +0000 (16:00 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 14 Apr 1999 16:00:33 +0000 (16:00 +0000)
commit1f53c33a7c38101311e61c5a787fc6be0215798f
tree0d7ffb41365d99b01c66066163757dfd8eb57624
parent86a389fcdddbaf72833125f44f31cb1cb1e97cc7
update_wtmp.c: Don't use updwtmpx() even if it exists for glibc 2.1,
since it's the same as updwtmp(), and glibc doesn't define PATH_WTMPX.
updwtmpx() is not part of the XPG standard anyway.  (Needed for RedHat
6.0.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11357 dc483132-0cff-0310-8789-dd5450dbe970
src/util/pty/ChangeLog
src/util/pty/update_wtmp.c