diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 17:07:11 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 17:07:11 +0200 |
commit | a347ab83f447d7921d5d427e56f6965342b25834 (patch) | |
tree | 68e38df8ccb86498f08809201f132cfe0a598fe5 /replace/system | |
parent | a8725f18fa5cac16583ba16cd8d54ee1ae492524 (diff) | |
parent | ca2da6154068c8fb9ef89407d34deb9bb8f5fbfa (diff) | |
download | samba-a347ab83f447d7921d5d427e56f6965342b25834.tar.gz samba-a347ab83f447d7921d5d427e56f6965342b25834.tar.bz2 samba-a347ab83f447d7921d5d427e56f6965342b25834.zip |
Merge branch 'singlensswrap' into single
Conflicts:
source3/configure.in
source4/Makefile
source4/configure.ac
source4/lib/nss_wrapper/nss_wrapper.c
source4/lib/replace/system/passwd.h
source4/main.mk
Diffstat (limited to 'replace/system')
-rw-r--r-- | replace/system/passwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/replace/system/passwd.h b/replace/system/passwd.h index cad3197ccb..9d7de34bce 100644 --- a/replace/system/passwd.h +++ b/replace/system/passwd.h @@ -104,7 +104,7 @@ char *rep_getpass(const char *prompt); #ifndef NSS_WRAPPER_NOT_REPLACE #define NSS_WRAPPER_REPLACE #endif -#include "lib/nss_wrapper/nss_wrapper.h" +#include "../nss_wrapper/nss_wrapper.h" #endif #endif |