mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
Such jails don't have /dev/bpf0, making a crucial configure test fail. Fix the configure test to make the build succeed (e.g. on armv7). And while here, also assume MAINTAINER. PR: 267646
10 lines
185 B
C
10 lines
185 B
C
--- attack.c.orig 2022-11-08 17:21:47 UTC
|
|
+++ attack.c
|
|
@@ -40,6 +40,7 @@
|
|
|
|
#ifdef STDC_HEADERS
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#endif
|
|
#include <pcap.h>
|
|
#include "attack.h"
|