X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=security%2Ftomoyo%2Futil.c;h=e25f7ffd5ba76ee4a8233651baba85dab6904267;hb=2066a36125fcbf5220990173b9d8e8bc49ad7538;hp=7ff54c95e1f25c45440d97395723416a7be1dbb5;hpb=5c4274f13819b40e726f6ee4ef13b4952cff5010;p=deliverable%2Flinux.git diff --git a/security/tomoyo/util.c b/security/tomoyo/util.c index 7ff54c95e1f2..e25f7ffd5ba7 100644 --- a/security/tomoyo/util.c +++ b/security/tomoyo/util.c @@ -138,7 +138,7 @@ char *tomoyo_read_token(struct tomoyo_acl_param *param) * The @src is updated to point the first character after the value * on success. */ -static u8 tomoyo_parse_ulong(unsigned long *result, char **str) +u8 tomoyo_parse_ulong(unsigned long *result, char **str) { const char *cp = *str; char *ep;