]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/add.c
Format %d -> %ld.
[openldap] / servers / slapd / back-perl / add.c
index 740b2969558c98e6ab48e4815077c7d348eb28a3..88aaf6e79efa77c88993ded1c11d4cf38e549906 100644 (file)
@@ -1,4 +1,8 @@
 /* $OpenLDAP$ */
+/*
+ * Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  *      Copyright 1999, John C. Quillan, All rights reserved.
  *      Portions Copyright 2002, myinternet Limited. All rights reserved.
  *      in file LICENSE in the top-level directory of the distribution.
  */
 
-#include "portable.h"
-
-#include <stdio.h>
+#include <EXTERN.h>
+#include <perl.h>
+#undef _ /* #defined by both Perl and ac/localize.h */
 
-#include "slap.h"
 #ifdef HAVE_WIN32_ASPERL
 #include "asperl_undefs.h"
 #endif
 
-#include <EXTERN.h>
-#include <perl.h>
+#include "portable.h"
+
+#include <stdio.h>
+
+#include "slap.h"
 
 #include "perl_back.h"