ports/security/trousers/files/patch-src_include_tcsd__ops.h

11 lines
226 B
C

--- src/include/tcsd_ops.h.orig 2016-11-19 03:09:49 UTC
+++ src/include/tcsd_ops.h
@@ -123,7 +123,7 @@
struct tcsd_op {
char *name;
- int op[];
+ int op[20];
};
struct tcsd_op tcsd_op_seal = {"seal", {TCSD_OP_SEAL}};