search for: audith

Displaying 1 result from an estimated 1 matches for "audith".

Did you mean: audit
2016 Jan 31
4
configure warning on SunOS 4.1.4
...;, line 189: syntax error before or at: blabel_t "/usr/include/sys/audit.h", line 189: cannot recover from previous errors configure:7548: $? = 10 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "OpenSSH" ... can be fixed by the following patch to sys/audith.h: --- audit.h.orig 1994-10-14 20:29:44.000000000 +0100 +++ audit.h 2016-02-01 00:18:49.000000000 +0100 @@ -6,6 +6,9 @@ #ifndef _sys_audit_h #define _sys_audit_h +/* This makes the test for audith.h in openssh-7.1p2 happy -:) */ +#include <sys/label.h> + /* * Maximum size...