[Fedora-directory-commits] ldapserver/ldap/servers/slapd/back-ldbm dblayer.c, 1.11, 1.12

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Tue Nov 7 04:20:21 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12915/ldapserver/ldap/servers/slapd/back-ldbm

Modified Files:
	dblayer.c 
Log Message:
1) Fedora Core 6 build fixes
FC 6 does not have /usr/include/linux/sys.h.  The two files in the diff below include it, but I'm not sure why.  If you look at the file on an earlier system, it appears that there is nothing in it.  All it seems to do is define NR_syscalls, which is not used anywhere in any include file that I can find, nor in any ds code.  So I propose changing the code not to include this file.
2) Change version to 1.0.4
I already got the other files, except for ldap/cm/Makefile



Index: dblayer.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm/dblayer.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dblayer.c	18 Apr 2006 18:25:02 -0000	1.11
+++ dblayer.c	7 Nov 2006 04:20:14 -0000	1.12
@@ -683,7 +683,6 @@
 #endif
 #ifdef LINUX
 #include <linux/kernel.h>
-#include <linux/sys.h>
 #include <sys/sysinfo.h>    /* undocumented (?) */
 #include <sys/resource.h>
 #endif




More information about the Fedora-directory-commits mailing list