File: platform-quirks.diff

package info (click to toggle)
tcpdump 4.9.3-1~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 29,096 kB
  • sloc: ansic: 77,399; sh: 3,609; makefile: 391; perl: 130; awk: 123
file content (16 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Build changes for GNU/Hurd.

--- a/netdissect-stdinc.h
+++ b/netdissect-stdinc.h
@@ -199,7 +199,11 @@
 #elif HAVE_STDINT_H
 #include <stdint.h>
 #endif
+#ifndef __GNU__
 #include <sys/param.h>
+#else
+#include <rpc/types.h>
+#endif
 #include <sys/types.h>			/* concession to AIX */
 #include <sys/time.h>
 #include <sys/socket.h>