FreeBSD Bugzilla – Attachment 159923 Details for
Bug 202364
[patch] [netvsc] stable/10 buildworld is broken with MODULES_WITH_WORLD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for modules/hyperv/netvsc
netvsc.diff (text/plain), 711 bytes, created by
Eugene Grosbein
on 2015-08-16 15:59:30 UTC
(
hide
)
Description:
fix for modules/hyperv/netvsc
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2015-08-16 15:59:30 UTC
Size:
711 bytes
patch
obsolete
>--- sys/modules/hyperv/netvsc/Makefile.orig 2015-08-16 12:58:59.313652000 +0700 >+++ sys/modules/hyperv/netvsc/Makefile 2015-08-16 20:39:14.425403000 +0700 >@@ -1,5 +1,7 @@ > # $FreeBSD: stable/10/sys/modules/hyperv/netvsc/Makefile 255923 2013-09-28 07:04:03Z uqs $ > >+.include <bsd.own.mk> >+ > .PATH: ${.CURDIR}/../../../dev/hyperv/netvsc > > KMOD= hv_netvsc >@@ -10,4 +12,18 @@ > > CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc > >+.if !defined(KERNBUILDDIR) >+SRCS+= opt_inet.h opt_inet6.h >+ >+.if ${MK_INET_SUPPORT} != "no" >+opt_inet.h: >+ echo "#define INET 1" >> ${.TARGET} >+.endif >+ >+.if ${MK_INET6_SUPPORT} != "no" >+opt_inet6.h: >+ echo "#define INET6 1" >> ${.TARGET} >+.endif >+.endif >+ > .include <bsd.kmod.mk>
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 202364
: 159923