]> 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)
commitb20f762db4a422386593765acda6083869e4a4cf
treec5d1533e9ba7f7347c50ff9351763364c2fe6282
parent49fb0a96929a8b257aa11de296965a8439e5835e
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