blob: f98f11737b6ccfb011e96430ec3c30274eac471a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/include/tcsd_ops.h.orig 2010-01-29 01:27:51.000000000 +0900
+++ src/include/tcsd_ops.h 2010-10-24 21:04:04.827558718 +0900
@@ -123,7 +123,7 @@
struct tcsd_op {
char *name;
- int op[];
+ int op[20];
};
struct tcsd_op tcsd_op_seal = {"seal", {TCSD_OP_SEAL}};
|