]> git.pld-linux.org Git - packages/autofs.git/blob - autofs-linux-2.3.patch
- BuildRequires openldap-devel
[packages/autofs.git] / autofs-linux-2.3.patch
1 This patch is needed to get autofs to build on later 2.3-series kernels, and
2 presumably will be needed for 2.4, at least until autofs 4.0.0 is finished.
3 --- autofs-3.1.4/daemon/automount.c.2.4 Wed Apr  5 15:49:18 2000
4 +++ autofs-3.1.4/daemon/automount.c     Wed Apr  5 15:49:55 2000
5 @@ -35,6 +35,8 @@
6  #include <sys/wait.h>
7  #include <sys/stat.h>
8  #include <sys/time.h>
9 +/* Prevent inclusion of linux/string.h if we have one.  Aaaaaargh! */
10 +#define _LINUX_STRING_H_
11  #include <linux/auto_fs.h>
12  
13  #include "automount.h"
This page took 0.036937 seconds and 3 git commands to generate.