]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4039a0bdd50bdd509cb0300184fd5d598a17a9e7
treec5d1533e9ba7f7347c50ff9351763364c2fe6282
parentf0c982b0c4cc829f7f1b1febe463a044f72cebf3
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