Module Name: src
Committed By: christos
Date: Sun Sep 21 16:35:44 UTC 2014
Modified Files:
src/sys/arch/newsmips/stand/boot: netif_news.c
Log Message:
remove stray ;
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/newsmips/stand/boot/netif_news.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/newsmips/stand/boot/netif_news.c
diff -u src/sys/arch/newsmips/stand/boot/netif_news.c:1.8 src/sys/arch/newsmips/stand/boot/netif_news.c:1.9
--- src/sys/arch/newsmips/stand/boot/netif_news.c:1.8 Wed Oct 21 19:12:09 2009
+++ src/sys/arch/newsmips/stand/boot/netif_news.c Sun Sep 21 12:35:44 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: netif_news.c,v 1.8 2009/10/21 23:12:09 snj Exp $ */
+/* $NetBSD: netif_news.c,v 1.9 2014/09/21 16:35:44 christos Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
@@ -191,7 +191,7 @@ int
prom_getether(struct romdev *pd, u_char *ea)
{
- if (apcall_ioctl(pd->fd, APIOCGIFHWADDR, ea));
+ if (apcall_ioctl(pd->fd, APIOCGIFHWADDR, ea))
return -1;
#ifdef BOOT_DEBUG