summaryrefslogtreecommitdiffstats
path: root/ldap/systools
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-11-07 04:20:19 +0000
committerRich Megginson <rmeggins@redhat.com>2006-11-07 04:20:19 +0000
commit6b0713023b625336b49d3c6daeac16c4a6388f43 (patch)
tree07286159e8ad9896bf0712851313e08dcd3a9f33 /ldap/systools
parent891043bf95a5973198fc42068adaf72ef2163e4d (diff)
downloadds-6b0713023b625336b49d3c6daeac16c4a6388f43.tar.gz
ds-6b0713023b625336b49d3c6daeac16c4a6388f43.tar.xz
ds-6b0713023b625336b49d3c6daeac16c4a6388f43.zip
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
Diffstat (limited to 'ldap/systools')
-rw-r--r--ldap/systools/idsktune.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldap/systools/idsktune.c b/ldap/systools/idsktune.c
index 5018ad26..8d90160f 100644
--- a/ldap/systools/idsktune.c
+++ b/ldap/systools/idsktune.c
@@ -108,7 +108,6 @@ extern char *optarg;
#include <sys/vfs.h>
#include <sys/utsname.h>
#include <linux/kernel.h>
-#include <linux/sys.h>
#include <sys/time.h>
#include <sys/param.h>
#include <mntent.h>