forked from Lainports/freebsd-ports
Computing Software Stack. It is mostly compliant with the TSS 1.2 specification. Obtained from: http://bsssd.sourceforge.net/
11 lines
274 B
C
11 lines
274 B
C
--- 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}};
|