Make lmc(4) compile without INET6 defined[1]. While here make it
compile if there is no INET defined. Obtained from: zec (via p4 vimage branch)[1] MFC after: 3 months
This commit is contained in:
parent
689eae1d90
commit
e1e6bc8b42
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182112
@ -80,6 +80,12 @@
|
||||
# ifdef HAVE_KERNEL_OPTION_HEADERS
|
||||
# include "opt_device_polling.h" /* DEVICE_POLLING */
|
||||
# endif
|
||||
# ifndef INET
|
||||
# define INET 0
|
||||
# endif
|
||||
# ifndef INET6
|
||||
# define INET6 0
|
||||
# endif
|
||||
# ifndef NETGRAPH
|
||||
# define NETGRAPH 0
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user