CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/13 07:20:44
Modified files:
sys/conf : files
sys/netinet : ip_gre.c
Log message:
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@
