Searched hist:e0de57f9eac285d337262b661379d4b886bed4de (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/ |
H A D | if_gif.c | diff e0de57f9eac285d337262b661379d4b886bed4de Wed Nov 05 12:37:26 CET 2008 Bjoern A. Zeeb <bz@FreeBSD.org> Do only define the variable if either INET or INET6 is defined.
To prevent it from compiling without INET and INET6 we should put an explicit #error in there like we have in other files, but not rely on an unused variable.
MFC after: 2 months diff e0de57f9eac285d337262b661379d4b886bed4de Wed Nov 05 12:37:26 CET 2008 Bjoern A. Zeeb <bz@FreeBSD.org> Do only define the variable if either INET or INET6 is defined.
To prevent it from compiling without INET and INET6 we should put an explicit #error in there like we have in other files, but not rely on an unused variable.
MFC after: 2 months
|