X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fdccp.h;h=a0441190dc711cc58d001c81235c8311b2c9f49f;hb=8fb8354af9b92ce3bd41083995f1fe26024d0959;hp=3a4b96becfc4b843438ec40dcf8bff50db632ed4;hpb=234748954a9880cce8a065698dcbf692f9c23918;p=linux-2.6 diff --git a/include/linux/dccp.h b/include/linux/dccp.h index 3a4b96becf..a0441190dc 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h @@ -512,7 +512,6 @@ struct dccp_sock { struct ccid *dccps_hc_rx_ccid; struct ccid *dccps_hc_tx_ccid; struct dccp_options_received dccps_options_received; - struct timeval dccps_epoch; enum dccp_role dccps_role:2; __u8 dccps_hc_rx_insert_options:1; __u8 dccps_hc_tx_insert_options:1;