diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2022-07-02 17:56:55 +0200 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2022-07-02 17:56:55 +0200 |
commit | f788ab82cda6ea306d180ec44ff2fee9552ad317 (patch) | |
tree | 2d61d5b807c4539b3a03cfdae9b7d22ae0ead103 /security/ossec-hids-local/files/patch-src_addagent_main.c | |
parent | Added committer changes. (diff) | |
download | ossec-f788ab82cda6ea306d180ec44ff2fee9552ad317.tar.xz |
Upgrade to 3.7.0.
Diffstat (limited to 'security/ossec-hids-local/files/patch-src_addagent_main.c')
-rw-r--r-- | security/ossec-hids-local/files/patch-src_addagent_main.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/security/ossec-hids-local/files/patch-src_addagent_main.c b/security/ossec-hids-local/files/patch-src_addagent_main.c deleted file mode 100644 index 130872b..0000000 --- a/security/ossec-hids-local/files/patch-src_addagent_main.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/addagent/main.c.orig 2020-02-14 19:46:22 UTC -+++ src/addagent/main.c -@@ -17,6 +17,7 @@ static void print_banner(void); - static void manage_shutdown(int sig) __attribute__((noreturn)); - #endif - -+int willchroot; - - #if defined(__MINGW32__) - static int setenv(const char *name, const char *val, __attribute__((unused)) int overwrite) -@@ -104,7 +105,6 @@ int main(int argc, char **argv) - int ret; - #endif - -- extern int willchroot; - willchroot = 1; - - /* Set the name */ |