epoll: convert internal api to timespec64
[linux-2.6-microblaze.git] / fs / xfs / xfs_ioctl32.h
index 8c7743c..053de7d 100644 (file)
@@ -32,7 +32,7 @@
 #endif
 
 typedef struct compat_xfs_bstime {
-       compat_time_t   tv_sec;         /* seconds              */
+       old_time32_t    tv_sec;         /* seconds              */
        __s32           tv_nsec;        /* and nanoseconds      */
 } compat_xfs_bstime_t;