]> err.no Git - linux-2.6/blobdiff - include/net/xfrm.h
[IPSEC]: Make x->lastused an unsigned long
[linux-2.6] / include / net / xfrm.h
index 329de412c0ba5bce47293c4b680e9a035732cbad..311bbd113aa7eb7ccf3530ade685a78ca9e6d7e6 100644 (file)
@@ -183,7 +183,7 @@ struct xfrm_state
        struct timer_list       timer;
 
        /* Last used time */
-       u64                     lastused;
+       unsigned long           lastused;
 
        /* Reference to data common to all the instances of this
         * transformer. */