diff --git a/src/os_unix.c b/src/os_unix.c index 1bc05b41d6..c7ca383d04 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -222,7 +222,7 @@ typedef struct ss_pending_cmd_S { struct ss_pending_cmd_S *next; // Next in list } ss_pending_cmd_T; -ss_pending_cmd_T *ss_pending_cmds; +static ss_pending_cmd_T *ss_pending_cmds; // Serial is always greater than zero static uint32_t ss_serial = 0; diff --git a/src/version.c b/src/version.c index fa0ca1f30d..2a85c543d4 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 26, /**/ 25, /**/