Cosmetic: s/0/NULL/

This commit is contained in:
dyoung 2008-05-15 02:07:57 +00:00
parent 9e7ef562d2
commit 2ffdc0a9b6
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_eon.c,v 1.65 2008/01/14 04:17:35 dyoung Exp $ */
/* $NetBSD: if_eon.c,v 1.66 2008/05/15 02:07:57 dyoung Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -67,7 +67,7 @@ SOFTWARE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_eon.c,v 1.65 2008/01/14 04:17:35 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_eon.c,v 1.66 2008/05/15 02:07:57 dyoung Exp $");
#include "opt_eon.h"
@ -368,7 +368,7 @@ einval:
goto flush;
}
if ((el->el_flags & RTF_UP) == 0) {
eonrtrequest(RTM_CHANGE, rt, (struct rt_addrinfo *) 0);
eonrtrequest(RTM_CHANGE, rt, NULL);
if ((el->el_flags & RTF_UP) == 0) {
error = EHOSTUNREACH;
goto flush;