mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
Kconfig frontends and parser. Port created for NuttX RTOS development. Kconfig is the configuration language used by the Linux kernel. This package is a simple copy of the frontends and the parser found in the Linux kernel source tree, with very minor changes to adapt them to being built out of the kernel build infrastructure. Kconfig is also used in embedded development. This program has currently no upstream maintainer. NuttX copy is used. There are two forks: Debian based on 4.11, Espressif based on version 4.6. PR: 259256
11 lines
333 B
C
11 lines
333 B
C
--- libs/parser/hconf.c.orig 2019-09-24 15:10:13 UTC
|
|
+++ libs/parser/hconf.c
|
|
@@ -172,7 +172,7 @@ __attribute__ ((__gnu_inline__))
|
|
#endif
|
|
#endif
|
|
const struct kconf_id *
|
|
-kconf_id_lookup (register const char *str, register unsigned int len)
|
|
+kconf_id_lookup (register const char *str, register GPERF_LEN_TYPE len)
|
|
{
|
|
enum
|
|
{
|