fix distribution bugs for 0.4
[ust.git] / libinterfork / interfork.c
index a92a2bd76f50251cf139303f9603c737e6ffba62..ecc39e38ca78c3e413de26da20c99367b2c50554 100644 (file)
@@ -26,6 +26,8 @@
 #include <ust/tracectl.h>
 #include "usterr.h"
 
+struct user_desc;
+
 pid_t fork(void)
 {
        static pid_t (*plibc_func)(void) = NULL;
@@ -81,7 +83,7 @@ int execve(const char *filename, char *const argv[], char *const envp[])
 struct interfork_clone_info {
        int (*fn)(void *);
        void *arg;
-       ust_fork_info_t *fork_info;
+       ust_fork_info_t fork_info;
 };
 
 static int clone_fn(void *arg)
This page took 0.022435 seconds and 4 git commands to generate.