Add condition to ip_gre.c in files.
authorbluhm <bluhm@openbsd.org>
Sat, 13 Jul 2024 13:20:44 +0000 (13:20 +0000)
committerbluhm <bluhm@openbsd.org>
Sat, 13 Jul 2024 13:20:44 +0000 (13:20 +0000)
commit4fbed6ad7c93ed9a6a1b8f80b6170aa27c31277e
treec5c1caac90aed15d584d80d3710cd302235d0de4
parente067198062a4ae83982ad6554175ed56e819bbbe
Add condition to ip_gre.c in files.

Use gre condition in conf/files for compiling netinet/ip_gre.c only
if needed.  Remove #if NGRE > 0 from ip_gre.c that caused ramdisk
build to compile an empty C file.

OK kn@ deraadt@; input jsg@
sys/conf/files
sys/netinet/ip_gre.c