Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/dns/dns2tcp/files/patch-server_main.c
18157 views
1
--- server/main.c.orig 2020-08-28 19:28:55 UTC
2
+++ server/main.c
3
@@ -42,6 +42,8 @@
4
#include "myerror.h"
5
#include "log.h"
6
7
+int debug;
8
+
9
int detach_process(t_conf *conf)
10
{
11
int fd;
12
13