View | Details | Raw Unified | Return to bug 240349
Collapse All | Expand All

(-)files/patch-dialects-freebsd-dlsof.h (-2 / +4 lines)
Lines 1-8 Link Here
1
--- dialects/freebsd/dlsof.h.orig	2019-05-08 07:32:25 UTC
1
--- dialects/freebsd/dlsof.h.orig	2019-05-08 07:32:25 UTC
2
+++ dialects/freebsd/dlsof.h
2
+++ dialects/freebsd/dlsof.h
3
@@ -45,6 +45,12 @@
3
@@ -44,7 +44,14 @@
4
 #include <setjmp.h>
4
 #include <signal.h>
5
 #include <signal.h>
5
 #include <unistd.h>
6
 #include <unistd.h>
7
+#include <stddef.h>
6
 
8
 
7
+#if    FREEBSDV>=13000
9
+#if    FREEBSDV>=13000
8
+/* This header is a huge mess.  Please don't support EOL FreeBSD releases. */
10
+/* This header is a huge mess.  Please don't support EOL FreeBSD releases. */
Lines 13-19 Link Here
13
 # if	FREEBSDV>=4000
15
 # if	FREEBSDV>=4000
14
 #  if	FREEBSDV>=5000
16
 #  if	FREEBSDV>=5000
15
 #   if	FREEBSDV<6020
17
 #   if	FREEBSDV<6020
16
@@ -104,6 +110,12 @@ typedef	struct device	*device_t;
18
@@ -104,6 +111,12 @@ typedef	struct device	*device_t;
17
 
19
 
18
 
20
 
19
 #include <sys/conf.h>
21
 #include <sys/conf.h>

Return to bug 240349