GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / utime.h
blob5cdf673afbdb51755a244094a5bbea4c235cf106
1 #ifndef _LINUX_UTIME_H
2 #define _LINUX_UTIME_H
4 #include <linux/types.h>
6 struct utimbuf {
7 __kernel_time_t actime;
8 __kernel_time_t modtime;
9 };
11 #endif