summaryrefslogtreecommitdiff
path: root/security/trousers/files/patch-src-include-tcsd_ops.h
blob: 54fdb60ac2d13cea3606df0e6e342c103b273dbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/include/tcsd_ops.h.orig	2014-04-24 18:05:44 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}};