mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
11 lines
226 B
C
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}};
|