compat: Handle COMPAT_USE_64BIT_TIME in net/socket.c
authorH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 01:51:59 +0000 (17:51 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 20:48:48 +0000 (12:48 -0800)
commit644595f89620ba8446cc555be336d24a34464950
treec5d1533e9ba7f7347c50ff9351763364c2fe6282
parentee4fa23c4bfcc635d077a9633d405610de45bc70
compat: Handle COMPAT_USE_64BIT_TIME in net/socket.c

Use helper functions aware of COMPAT_USE_64BIT_TIME to write struct
timeval and struct timespec to userspace in net/socket.c.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
net/socket.c