summaryrefslogtreecommitdiffstats
path: root/include/linux/utime.h
diff options
context:
space:
mode:
authorAlexey Dobriyan2006-10-01 08:27:22 +0200
committerLinus Torvalds2006-10-01 09:39:19 +0200
commit82b0547cfae1fb2ee26cad588f6d49a347d24740 (patch)
tree67575452152d0e51a573f66053c29c2028f3701e /include/linux/utime.h
parent[PATCH] kmemdup: some users (diff)
downloadkernel-qcow2-linux-82b0547cfae1fb2ee26cad588f6d49a347d24740.tar.gz
kernel-qcow2-linux-82b0547cfae1fb2ee26cad588f6d49a347d24740.tar.xz
kernel-qcow2-linux-82b0547cfae1fb2ee26cad588f6d49a347d24740.zip
[PATCH] Create fs/utimes.c
* fs/open.c is getting bit crowdy * preparation to lutimes(2) Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/utime.h')
-rw-r--r--include/linux/utime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/utime.h b/include/linux/utime.h
index c6bf27b7897e..640be6a1959e 100644
--- a/include/linux/utime.h
+++ b/include/linux/utime.h
@@ -1,6 +1,8 @@
#ifndef _LINUX_UTIME_H
#define _LINUX_UTIME_H
+#include <linux/types.h>
+
struct utimbuf {
time_t actime;
time_t modtime;