summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1998-07-29 20:33:23 +0000
committerThomas Bushnell <thomas@gnu.org>1998-07-29 20:33:23 +0000
commit8e7798a2f51076e1439de3adc78f493dd8a7551a (patch)
treee316a26c3699cd7ba88eebb645c3a0ddca9ee732
parentead6b882e19752dfd9f450ed06e6bd5eb5c0e14a (diff)
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.
-rw-r--r--libshouldbeinlibc/ChangeLog4
-rw-r--r--libshouldbeinlibc/ugids-verify-auth.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog
index 2aa6a9e1..2e4481ff 100644
--- a/libshouldbeinlibc/ChangeLog
+++ b/libshouldbeinlibc/ChangeLog
@@ -1,3 +1,7 @@
+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.
+
1997-09-26 Miles Bader <miles@gnu.ai.mit.edu>
* idvec-verify.c (verify_passwd, get_passwd): New functions.
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"