DragonFly bugs List (threaded) for 2011-10
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[issue2165] Header change in if_var.h breaks applications
New submission from Francois Tigeot <ftigeot@wolfpond.org>:
Commit 1afbcbacb38bccc3bac01ae24420658b4b8346c7 has added this line:
#if defined(_KERNEL) || defined(_KERNEL_STRUCTURES)
in sys/net/if_var.h to protect the definition of struct ifnet.
Some third-party applications depend on struct ifnet beeing defined without using
_KERNEL or _KERNEL_STRUCTURES. They built fine on DragonFly 2.10 but are now
broken on -master.
net/wminet in pkgsrc can be used as an example.
----------
keyword: pkgsrc
messages: 10240
nosy: ftigeot
priority: bug
status: unread
title: Header change in if_var.h breaks applications
_____________________________________________________
DragonFly issue tracker <bugs@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2165>
_____________________________________________________
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]