ossec-hids: regen patches

This commit is contained in:
tb
2025-12-04 06:45:08 +00:00
parent 3431cefe0a
commit 1987cf9fbf
2 changed files with 4 additions and 4 deletions
@@ -3,16 +3,16 @@
Index: src/addagent/main.c
--- src/addagent/main.c.orig
+++ src/addagent/main.c
@@ -84,6 +84,8 @@ static void manage_shutdown(__attribute__((unused)) in
@@ -75,6 +75,8 @@ static void manage_shutdown(__attribute__((unused)) in
exit(0);
}
#endif
+int willchroot;
+
int main(int argc, char **argv)
{
char *user_msg;
@@ -104,7 +106,6 @@ int main(int argc, char **argv)
@@ -93,7 +95,6 @@ int main(int argc, char **argv)
int ret;
#endif
@@ -3,7 +3,7 @@
Index: src/addagent/manage_agents.h
--- src/addagent/manage_agents.h.orig
+++ src/addagent/manage_agents.h
@@ -147,4 +147,4 @@ extern fpos_t fp_pos;
@@ -144,4 +144,4 @@ extern fpos_t fp_pos;
#define GMF_UNKN_ERROR ARGV0 ": Could not run GetModuleFileName which returned (%ld).\n"