Module Name:    src
Committed By:   christos
Date:           Thu Aug 17 15:30:13 UTC 2023

Modified Files:
        src/external/bsd/libpcap/dist: rpcap-protocol.c

Log Message:
include portability.h last because it re-defines macros otherwise


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/libpcap/dist/rpcap-protocol.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/libpcap/dist/rpcap-protocol.c
diff -u src/external/bsd/libpcap/dist/rpcap-protocol.c:1.1.1.2 src/external/bsd/libpcap/dist/rpcap-protocol.c:1.2
--- src/external/bsd/libpcap/dist/rpcap-protocol.c:1.1.1.2	Thu Aug 17 09:11:03 2023
+++ src/external/bsd/libpcap/dist/rpcap-protocol.c	Thu Aug 17 11:30:13 2023
@@ -40,10 +40,11 @@
 #include <stdarg.h>		/* for functions with variable number of arguments */
 #include <errno.h>		/* for the errno variable */
 #include "sockutils.h"
-#include "portability.h"
 #include "rpcap-protocol.h"
 #include <pcap/pcap.h>
 
+#include "portability.h"
+
 /*
  * This file contains functions used both by the rpcap client and the
  * rpcap daemon.

Reply via email to