Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/newsmips/stand/boot remove stray ;
details: https://anonhg.NetBSD.org/src/rev/7fe3bf6a7c1e
branches: trunk
changeset: 332446:7fe3bf6a7c1e
user: christos <christos%NetBSD.org@localhost>
date: Sun Sep 21 16:35:44 2014 +0000
description:
remove stray ;
diffstat:
sys/arch/newsmips/stand/boot/netif_news.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 66a504826744 -r 7fe3bf6a7c1e sys/arch/newsmips/stand/boot/netif_news.c
--- a/sys/arch/newsmips/stand/boot/netif_news.c Sun Sep 21 16:34:53 2014 +0000
+++ b/sys/arch/newsmips/stand/boot/netif_news.c Sun Sep 21 16:35:44 2014 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index