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:
a35c6c8
)
SELinux: security_read_policy should take a size_t not ssize_t
author
Eric Paris
<eparis@redhat.com>
Wed, 20 Apr 2011 14:21:28 +0000
(10:21 -0400)
committer
Eric Paris
<eparis@redhat.com>
Mon, 25 Apr 2011 14:19:02 +0000
(10:19 -0400)
The len should be an size_t but is a ssize_t. Easy enough fix to silence
build warnings. We have no need for signed-ness.
Signed-off-by: Eric Paris <eparis@redhat.com>
Reviewed-by: James Morris <jmorris@namei.org>
No differences found