diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-12-08 15:16:00 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-12-08 15:16:00 +0000 |
commit | 92f9d347b16f71e6f70d404ed02486584fa35d37 (patch) | |
tree | fc714075a9c2983138b748a37606718605bb2c85 /sys/lib/libsa/netif.c | |
parent | 7b12c8734d7e8c4ce180c40d12c579291d401a9e (diff) |
Merge to NetBSD 961207
Diffstat (limited to 'sys/lib/libsa/netif.c')
-rw-r--r-- | sys/lib/libsa/netif.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/libsa/netif.c b/sys/lib/libsa/netif.c index ea902399afe..b4e70493dfe 100644 --- a/sys/lib/libsa/netif.c +++ b/sys/lib/libsa/netif.c @@ -1,5 +1,5 @@ -/* $OpenBSD: netif.c,v 1.3 1996/10/29 08:44:09 mickey Exp $ */ -/* $NetBSD: netif.c,v 1.5 1995/09/18 21:19:34 pk Exp $ */ +/* $OpenBSD: netif.c,v 1.4 1996/12/08 15:15:52 niklas Exp $ */ +/* $NetBSD: netif.c,v 1.7 1996/10/13 02:29:03 christos Exp $ */ /* * Copyright (c) 1993 Adam Glass @@ -314,7 +314,7 @@ fnd: panic("netboot: no interfaces left untried"); if (netif_probe(nif, machdep_hint)) { printf("netboot: couldn't probe %s%d\n", - nif->nif_driver->netif_bname, nif->nif_unit); + nif->nif_driver->netif_bname, nif->nif_unit); errno = EINVAL; return(-1); } |