aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-20 08:42:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-20 08:42:14 +0000
commit296dd6cbb22ddd7c0bca05fb5f79f9a0f0a668d6 (patch)
treefcf6722eb9695050a3918f4a3f2337b3fd21bffd /src
parentad79ef57cf5b99f0fe325c80e1eacf44401a6bdc (diff)
downloadgnunet-296dd6cbb22ddd7c0bca05fb5f79f9a0f0a668d6.tar.gz
gnunet-296dd6cbb22ddd7c0bca05fb5f79f9a0f0a668d6.zip
-static
Diffstat (limited to 'src')
-rw-r--r--src/vpn/gnunet-helper-hijack-dns.c2
1 files changed, 1 insertions, 1 deletions
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 @@
27 27
28#include "gnunet_common.h" 28#include "gnunet_common.h"
29 29
30int 30static int
31fork_and_exec (char *file, char *cmd[]) 31fork_and_exec (char *file, char *cmd[])
32{ 32{
33 pid_t pid = fork (); 33 pid_t pid = fork ();