X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=security%2Ftomoyo%2Futil.c;h=150167d0cc3a11f3c7fc6587ed76e3cd988e779c;hb=e2bf69077acefee5247bb661faac2552d29ba7ba;hp=12a768e6ee3f2f156a92dd7f31214de98be0c244;hpb=8e5686874bcb882f69d5c04e6b38dc92b97facea;p=net-next-2.6.git diff --git a/security/tomoyo/util.c b/security/tomoyo/util.c index 12a768e6ee3..150167d0cc3 100644 --- a/security/tomoyo/util.c +++ b/security/tomoyo/util.c @@ -26,7 +26,7 @@ bool tomoyo_policy_loaded; * The @src is updated to point the first character after the value * on success. */ -u8 tomoyo_parse_ulong(unsigned long *result, char **str) +static u8 tomoyo_parse_ulong(unsigned long *result, char **str) { const char *cp = *str; char *ep;