ca48c6d764
- Make extra patch for >= 8.x into a normal patch as it's used on all supported FreeBSD versions PR: ports/187320 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: wg (mentor)
23 lines
618 B
Text
23 lines
618 B
Text
#
|
|
# http://lists.freebsd.org/pipermail/freebsd-ports/2009-March/053823.html
|
|
#
|
|
--- show_dump.c.orig 2009-03-29 23:18:16.000000000 +0400
|
|
+++ show_dump.c 2009-03-29 23:18:24.000000000 +0400
|
|
@@ -30,6 +30,7 @@
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
+#include <net/bpf.h>
|
|
#include <pcap.h>
|
|
#include <pthread.h>
|
|
#include <time.h>
|
|
--- trafshow.c.orig 2009-03-29 23:18:49.000000000 +0400
|
|
+++ trafshow.c 2009-03-29 23:18:58.000000000 +0400
|
|
@@ -30,6 +30,7 @@
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <time.h>
|
|
+#include <net/bpf.h>
|
|
#include <pcap.h>
|
|
#include <pthread.h>
|
|
#include <errno.h>
|