Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139224
b: refs/heads/master
c: 7995589
h: refs/heads/master
v: v3
  • Loading branch information
Ian Kent authored and Linus Torvalds committed Apr 1, 2009
1 parent a11fbd2 commit f4f4d60
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f63aaa8b9239475fc580d4450f1141496655305
refs/heads/master: 79955898f961a870cbcc58f6ae13f3741a909da5
7 changes: 6 additions & 1 deletion trunk/include/linux/auto_dev-ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
#ifndef _LINUX_AUTO_DEV_IOCTL_H
#define _LINUX_AUTO_DEV_IOCTL_H

#include <linux/auto_fs.h>

#ifdef __KERNEL__
#include <linux/string.h>
#include <linux/types.h>
#else
#include <string.h>
#endif /* __KERNEL__ */

#define AUTOFS_DEVICE_NAME "autofs"

Expand Down
6 changes: 4 additions & 2 deletions trunk/include/linux/auto_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
#ifdef __KERNEL__
#include <linux/fs.h>
#include <linux/limits.h>
#include <linux/types.h>
#include <linux/ioctl.h>
#else
#include <asm/types.h>
#include <sys/ioctl.h>
#endif /* __KERNEL__ */

#include <linux/ioctl.h>

/* This file describes autofs v3 */
#define AUTOFS_PROTO_VERSION 3

Expand Down

0 comments on commit f4f4d60

Please sign in to comment.