Fix typpo in #error message. Noted by Pawel Chwalowski in PR 21853.

This commit is contained in:
martin 2003-06-11 10:34:55 +00:00
parent 6c0c40a580
commit 7f550781cc

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ethersubr.c,v 1.109 2003/05/23 10:06:17 itojun Exp $ */
/* $NetBSD: if_ethersubr.c,v 1.110 2003/06/11 10:34:55 martin Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ethersubr.c,v 1.109 2003/05/23 10:06:17 itojun Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ethersubr.c,v 1.110 2003/06/11 10:34:55 martin Exp $");
#include "opt_inet.h"
#include "opt_atalk.h"
@ -106,7 +106,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_ethersubr.c,v 1.109 2003/05/23 10:06:17 itojun Ex
/*
* XXX there should really be a way to issue this warning from within config(8)
*/
#error You have included a pseudo-device in your configuration that depends on the presence of ethernet interfaces, but have no such interfaces configured. Check if you really need pseudo-device bridge, ppppoe or vlan.
#error You have included a pseudo-device in your configuration that depends on the presence of ethernet interfaces, but have no such interfaces configured. Check if you really need pseudo-device bridge, pppoe or vlan.
#endif
#if NBPFILTER > 0