Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 04/07/2002 10:05:38
Module Name: syssrc
Committed By: martin
Date: Sun Apr 7 07:05:37 UTC 2002
Modified Files:
syssrc/sys/net: if_ethersubr.c
Log Message:
XXX Explicitly make this fail to compile with a proper warning if we
do not have ARP configured.
This can be caused by configurations including bridge, ppppoe or vlan but
no ethernet interfaces - which does not make sense. We should add a way
to config(8) to issue this kind of warnings.
To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 syssrc/sys/net/if_ethersubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.