summaryrefslogtreecommitdiffstats
path: root/lib/libpam
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-15 22:51:31 +0000
committerdes <des@FreeBSD.org>2002-04-15 22:51:31 +0000
commitb41d43d579a10e763d154966136952ab87ad2598 (patch)
tree8f8dd854ed00a2dbce9a4859bb363fc6949846e0 /lib/libpam
parentf46bf6f79ac4ccee354efe9e4d41bbdc9476bcbe (diff)
downloadFreeBSD-src-b41d43d579a10e763d154966136952ab87ad2598.zip
FreeBSD-src-b41d43d579a10e763d154966136952ab87ad2598.tar.gz
Revert previous commit, it is incorrect.
Diffstat (limited to 'lib/libpam')
-rw-r--r--lib/libpam/modules/pam_unix/pam_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpam/modules/pam_unix/pam_unix.c b/lib/libpam/modules/pam_unix/pam_unix.c
index 2105e95..c40fd3a 100644
--- a/lib/libpam/modules/pam_unix/pam_unix.c
+++ b/lib/libpam/modules/pam_unix/pam_unix.c
@@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
#include <pw_util.h>
#ifdef YP
-#include <rpcsvc/ypclnt.h>
+#include <ypclnt.h>
#endif
#define PAM_SM_AUTH
OpenPOWER on IntegriCloud