mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Also: - replace patch for fix build (upstream issue: https://github.com/appneta/tcpreplay/issues/809); - remake patches with makepatch; - remove GNU_CONFIGURE_MANPREFIX. Version 4.5.1 contains many bug fixes: https://github.com/appneta/tcpreplay/releases/tag/v4.5.1 PR: 280260 Approved by: ehaupt (maintainer) MFH: 2024Q3
13 lines
248 B
C
13 lines
248 B
C
--- src/fragroute/pkt.h.orig 2023-12-31 18:39:02 UTC
|
|
+++ src/fragroute/pkt.h
|
|
@@ -8,9 +8,9 @@
|
|
|
|
#pragma once
|
|
|
|
+#include "lib/queue.h"
|
|
#include "defines.h"
|
|
#include "config.h"
|
|
-#include "lib/queue.h"
|
|
#include <sys/time.h>
|
|
|
|
#ifdef HAVE_LIBDNET
|