ports/net-mgmt/tcpreplay/files/patch-lib_queue.h
mew14930xvi 6db9adf118 net-mgmt/tcpreplay: Update to 4.4.4
changeLog:
https://github.com/appneta/tcpreplay/releases/tag/v4.4.4

PR:		277924
Reported by:	mew14930xvi <mew14930xvi@inbox.lv>
Approved by:	garga (mentor, implicit)
2024-03-25 22:52:17 -03:00

19 lines
446 B
C

--- lib/queue.h.orig 2024-03-24 16:55:28 UTC
+++ lib/queue.h
@@ -36,8 +36,8 @@
* @(#)queue.h 8.5 (Berkeley) 8/20/94
*/
-#ifndef _SYS_QUEUE_H_
-#define _SYS_QUEUE_H_
+#ifndef _QUEUE_H_
+#define _QUEUE_H_
/*
* This file defines five types of data structures: singly-linked lists,
@@ -508,4 +508,4 @@ struct { \
(elm2)->field.cqe_prev->field.cqe_next = (elm2); \
} while (0)
-#endif /* !_SYS_QUEUE_H_ */
+#endif /* !_QUEUE_H_ */