summaryrefslogtreecommitdiff
path: root/lib/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/process.c')
-rw-r--r--lib/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/process.c b/lib/process.c
index 93a99ab16..f6b665e81 100644
--- a/lib/process.c
+++ b/lib/process.c
@@ -54,7 +54,7 @@ struct process {
static int fds[2];
/* All processes. */
-static struct ovs_list all_processes = LIST_INITIALIZER(&all_processes);
+static struct ovs_list all_processes = OVS_LIST_INITIALIZER(&all_processes);
static void sigchld_handler(int signr OVS_UNUSED);