]> git.pld-linux.org Git - packages/autofs.git/blame - autofs-linux-2.3.patch
- Prereq: /sbin/chkconfig
[packages/autofs.git] / autofs-linux-2.3.patch
CommitLineData
be85a188 1This patch is needed to get autofs to build on later 2.3-series kernels, and
2presumably 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.029721 seconds and 4 git commands to generate.