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