Last active
February 19, 2018 03:37
-
-
Save shvchk/22268dbf812a129b41ecc1569e76c5d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- a/trunk/user/busybox/busybox-1.24.x/scripts/kconfig/zconf.hash.c_shipped | |
| +++ b/trunk/user/busybox/busybox-1.24.x/scripts/kconfig/zconf.hash.c_shipped | |
| @@ -156,7 +156,7 @@ static struct kconf_id_strings_t kconf_id_strings_contents = | |
| #ifdef __GNUC__ | |
| __inline | |
| #endif | |
| -struct kconf_id * | |
| +static struct kconf_id * | |
| kconf_id_lookup (register const char *str, register unsigned int len) | |
| { | |
| enum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment