mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
blacklist for quick and non browser plugin based ad blocking. WWW: http://opensource.conformal.com/wiki/Adsuck PR: ports/156644 Submitted by: Philippe Pepiot <phil@philpep.org>
13 lines
305 B
C
13 lines
305 B
C
--- adsuck.c.orig 2011-04-14 20:36:30.000000000 +0200
|
|
+++ adsuck.c 2011-04-22 13:54:41.350251199 +0200
|
|
@@ -33 +33,2 @@
|
|
-#ifndef __linux__
|
|
+#include <signal.h>
|
|
+#include <limits.h>
|
|
@@ -35,4 +35,0 @@
|
|
-#include <sys/queue.h>
|
|
-#else
|
|
-#include <linux/limits.h>
|
|
-#include "linux/tree.h"
|
|
@@ -40 +36,0 @@
|
|
-#endif
|