mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
changeLog: https://github.com/appneta/tcpreplay/releases/tag/v4.4.4 PR: 277924 Reported by: mew14930xvi <mew14930xvi@inbox.lv> Approved by: garga (mentor, implicit)
19 lines
446 B
C
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_ */
|