Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/dns/adsuck/files/patch-adsuck.c
16149 views
1
--- adsuck.c.orig 2011-04-14 20:36:30.000000000 +0200
2
+++ adsuck.c 2011-04-22 13:54:41.350251199 +0200
3
@@ -33 +33,2 @@
4
-#ifndef __linux__
5
+#include <signal.h>
6
+#include <limits.h>
7
@@ -35,4 +35,0 @@
8
-#include <sys/queue.h>
9
-#else
10
-#include <linux/limits.h>
11
-#include "linux/tree.h"
12
@@ -40 +36,0 @@
13
-#endif
14
15