From 296dd6cbb22ddd7c0bca05fb5f79f9a0f0a668d6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 20 Dec 2011 08:42:14 +0000 Subject: [PATCH] -static --- src/vpn/gnunet-helper-hijack-dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vpn/gnunet-helper-hijack-dns.c b/src/vpn/gnunet-helper-hijack-dns.c index e6912323b..70da96477 100644 --- a/src/vpn/gnunet-helper-hijack-dns.c +++ b/src/vpn/gnunet-helper-hijack-dns.c @@ -27,7 +27,7 @@ #include "gnunet_common.h" -int +static int fork_and_exec (char *file, char *cmd[]) { pid_t pid = fork (); -- 2.25.1