git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6537d6
)
socket: remove duplicate declaration of struct timespec
author
Hagen Paul Pfeifer
<hagen@jauu.net>
Tue, 6 Apr 2010 05:39:52 +0000
(
05:39
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 7 Apr 2010 02:50:20 +0000
(19:50 -0700)
struct timespec ts was alreay defined. Reuse the previously
defined one and reduce the memory footprint on the stack by
16 bytes.
Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found