diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-07-29 20:33:23 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-07-29 20:33:23 +0000 |
commit | 8e7798a2f51076e1439de3adc78f493dd8a7551a (patch) | |
tree | e316a26c3699cd7ba88eebb645c3a0ddca9ee732 /libshouldbeinlibc/ugids-verify-auth.c | |
parent | ead6b882e19752dfd9f450ed06e6bd5eb5c0e14a (diff) | |
download | hurd-8e7798a2f51076e1439de3adc78f493dd8a7551a.tar.gz hurd-8e7798a2f51076e1439de3adc78f493dd8a7551a.tar.bz2 hurd-8e7798a2f51076e1439de3adc78f493dd8a7551a.zip |
Wed Jul 29 16:25:50 1998 Thomas Bushnell, BSG <tb@mit.edu>
* ugids-verify-auth.c: Don't include <hurd/password.h> for now.
Diffstat (limited to 'libshouldbeinlibc/ugids-verify-auth.c')
-rw-r--r-- | libshouldbeinlibc/ugids-verify-auth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libshouldbeinlibc/ugids-verify-auth.c b/libshouldbeinlibc/ugids-verify-auth.c index f55f4a02..26794940 100644 --- a/libshouldbeinlibc/ugids-verify-auth.c +++ b/libshouldbeinlibc/ugids-verify-auth.c @@ -1,6 +1,6 @@ /* Verify user/group passwords and authenticate accordingly - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1998 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> This file is part of the GNU Hurd. @@ -28,7 +28,6 @@ #include <grp.h> #include <hurd/paths.h> -#include <hurd/password.h> #include "ugids.h" |