]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/replog.c
A few changes to the handling of operational attributes.
[openldap] / servers / slurpd / replog.c
index aa15411a13dc3875c8450dba8e983731956d9618..73f1d32716cc051f437515805a6eb3022b56a3b0 100644 (file)
@@ -1,3 +1,8 @@
+/* $OpenLDAP$ */
+/*
+ * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1996 Regents of the University of Michigan.
  * All rights reserved.
 #include <stdio.h>
 
 #include <ac/errno.h>
+#include <ac/param.h>
 #include <ac/string.h>
 #include <ac/syslog.h>
 #include <ac/time.h>
 #include <ac/unistd.h>
 
 #include <sys/stat.h>
-#include <sys/param.h>
+
 #include <fcntl.h>
 
 #include "slurp.h"