From 89961ca2972b087ae4a974ce223b75263ec1ee1f Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 14 Apr 2014 22:11:12 +0200 Subject: s3:lib/afs move afs.c to common lib dir some of the code in afs.c is needed by wbinfo that lives in the toplevel nsswitch directory, so move the afs.c file to a new top-level lib/afs directory. Use the name afs_funcs to avoid collisions with the afs.h header from OpenAFS Signed-off-by: Christian Ambach Reviewed-by: Andrew Bartlett --- source3/winbindd/winbindd_pam.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd_pam.c') diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index 415dc79974..65f27dfcad 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -41,6 +41,7 @@ #include "auth/kerberos/pac_utils.h" #include "auth/gensec/gensec.h" #include "librpc/crypto/gse_krb5.h" +#include "lib/afs/afs_funcs.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND -- cgit