FreeBSD Bugzilla – Attachment 10109 Details for
Bug 20407
netstat cannot be compiled without IPv6 support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 650 bytes, created by
patrick
on 2000-08-04 22:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
patrick
Created:
2000-08-04 22:40:00 UTC
Size:
650 bytes
patch
obsolete
>--- inet6.c.orig Fri Aug 4 17:25:16 2000 >+++ inet6.c Fri Aug 4 17:24:57 2000 >@@ -40,6 +40,7 @@ > */ > #endif /* not lint */ > >+#ifdef INET6 > #include <sys/param.h> > #include <sys/socket.h> > #include <sys/socketvar.h> >@@ -1045,3 +1046,5 @@ > sizeof(ntop_buf))); > return (line); > } >+#endif /* INET6 */ >+ >--- mroute6.c.orig Fri Aug 4 17:25:45 2000 >+++ mroute6.c Fri Aug 4 17:26:13 2000 >@@ -67,6 +67,7 @@ > * $FreeBSD$ > */ > >+#ifdef INET6 > #include <sys/param.h> > #include <sys/queue.h> > #include <sys/socket.h> >@@ -247,3 +248,5 @@ > (unsigned long long)mrtstat.mrt6s_pkt2large, > plural(mrtstat.mrt6s_pkt2large)); > } >+ >+#endif /* INET6 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20407
: 10109