diff options
| author | Michal Simek <[email protected]> | 2013-07-08 15:59:39 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2013-07-09 10:33:19 -0700 |
| commit | b9ce54c9f59894e787e3067d2f758c297fcd6fd0 (patch) | |
| tree | b40506231e2a17214e8b2daebdd9a61311ec0932 /tools/perf/scripts/python/bin | |
| parent | 2f992ee85aaa7dfd2bda43efe4493af1e108d054 (diff) | |
audit: Fix decimal constant description
Use proper decimal type for comparison with u32.
Compilation warning was introduced by 780a7654 ("audit: Make testing for
a valid loginuid explicit.")
kernel/auditfilter.c: In function 'audit_data_to_entry':
kernel/auditfilter.c:426:3: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
if ((f->type == AUDIT_LOGINUID) && (f->val == 4294967295)) {
Signed-off-by: Michal Simek <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Eric Paris <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions