OpenBSD cvs log

created 2024-07-17T07:33:05Z
begin 2024-07-13T12:00:11Z
end 2024-07-13T13:20:44Z
path src/sys
commits 1

date 2024-07-13T13:20:44Z
author bluhm
files src/sys/conf/files log diff annotate
src/sys/netinet/ip_gre.c log diff annotate
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@