]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - security/tomoyo/util.c
TOMOYO: Rename symbols.
[net-next-2.6.git] / security / tomoyo / util.c
index 12a768e6ee3f2f156a92dd7f31214de98be0c244..150167d0cc3a11f3c7fc6587ed76e3cd988e779c 100644 (file)
@@ -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;