diff options
author | H. Peter Anvin <hpa@zytor.com> | 2004-01-15 01:42:19 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2004-01-15 01:42:19 +0000 |
commit | 494fead3a40e17509209f14b053d7b63530d5518 (patch) | |
tree | 648e313a8c8dcc036fa0a2d18c47607bc82868e9 | |
parent | bc8576d111e17fe4c398df453085a94b06451821 (diff) | |
download | autofs3-494fead3a40e17509209f14b053d7b63530d5518.tar.gz autofs3-494fead3a40e17509209f14b053d7b63530d5518.tar.xz autofs3-494fead3a40e17509209f14b053d7b63530d5518.zip |
Keep the headers from messing up
-rw-r--r-- | daemon/automount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/automount.c b/daemon/automount.c index 288b14b..be0d932 100644 --- a/daemon/automount.c +++ b/daemon/automount.c @@ -35,6 +35,8 @@ #include <sys/wait.h> #include <sys/stat.h> #include <sys/time.h> +/* Prevent inclusion of linux/string.h if we have one. Aaaaaargh! */ +#define _LINUX_STRING_H_ #include <linux/auto_fs.h> #include "automount.h" |