s4:winbind Change include guard so as not to conflict with idmap.h in source3
authorAndrew Bartlett <abartlet@samba.org>
Mon, 24 May 2010 01:21:29 +0000 (11:21 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 24 May 2010 13:08:57 +0000 (23:08 +1000)
source4/winbind/idmap.c
source4/winbind/idmap.h

index b024777cf00810cad9aa32cd209232f1ceed6d15..1b2d358b8b9c18a9d6fb928eac301f8f75071ed8 100644 (file)
@@ -152,7 +152,7 @@ static struct dom_sid *idmap_msg_get_dom_sid(TALLOC_CTX *mem_ctx,
  */
 struct idmap_context *idmap_init(TALLOC_CTX *mem_ctx,
                                 struct tevent_context *ev_ctx,
-               struct loadparm_context *lp_ctx)
+                                struct loadparm_context *lp_ctx)
 {
        struct idmap_context *idmap_ctx;
 
index 4a4bd4acebdd78f6b29d9b0bdf446cf80c13ae94..bf048e97589893f0a335000188a46c184118d6ac 100644 (file)
@@ -19,8 +19,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef _IDMAP_H_
-#define _IDMAP_H_
+#ifndef _WINBIND_IDMAP_H_
+#define _WINBIND_IDMAP_H_
 
 #include "librpc/gen_ndr/idmap.h"