+/* Compat, delete after 7.8 */
+struct optrace_thread_state {
+ pid_t pts_pid;
+};Why is this compatibility interface needed? It's for one program, isn't it? So how long will it be needed. For the hour or two before pkg_add -u gets run?
+/* Compat, delete after 7.8 */
+struct optrace_thread_state {
+ pid_t pts_pid;
+};Why is this compatibility interface needed? It's for one program, isn't it? So how long will it be needed. For the hour or two before pkg_add -u gets run?