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

(-)files/patch-dialects_freebsd_dsock.c (+11 lines)
Line 0 Link Here
1
--- dialects/freebsd/dsock.c.orig	2019-05-08 07:32:25 UTC
2
+++ dialects/freebsd/dsock.c
3
@@ -182,7 +182,7 @@ process_socket(sa)
4
 #endif	/* FREEBSDV<4050 */
5
 
6
 #if	defined(HASIPv6) && !defined(HASINRIAIPv6)
7
-	struct in6pcb in6p;
8
+	struct inpcb in6p;
9
 #endif	/* defined(HASIPv6) && !defined(HASINRIAIPv6) */
10
 
11
 	(void) snpf(Lf->type, sizeof(Lf->type), "sock");

Return to bug 239754