From 66b854c58769426834245cba5eedf96a8f6be7f3 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 14 Jan 2003 19:32:24 +0000 Subject: do not fail if there is no disklabel found, could be netbooting --- sys/arch/hppa/stand/libsa/dk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/hppa/stand/libsa/dk.c b/sys/arch/hppa/stand/libsa/dk.c index 22cf16cb01e..7005394f674 100644 --- a/sys/arch/hppa/stand/libsa/dk.c +++ b/sys/arch/hppa/stand/libsa/dk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dk.c,v 1.7 2003/01/14 11:40:18 mickey Exp $ */ +/* $OpenBSD: dk.c,v 1.8 2003/01/14 19:32:23 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -76,7 +76,7 @@ dkopen(struct open_file *f, ...) if (debug) printf ("dkopen: %s\n", st); #endif - return ERDLAB; + /* we do not know if it's a disk or net, but do not fail */ } else { register u_int i; -- cgit v1.2.3