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)
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>

No differences found