minor cleanup.
This commit is contained in:
parent
f3468bd3d8
commit
66ca8568fe
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ofdev.c,v 1.4 1998/11/22 16:21:02 eeh Exp $ */
|
||||
/* $NetBSD: ofdev.c,v 1.5 2000/04/05 06:21:14 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
||||
|
@ -374,10 +374,8 @@ search_label(devp, off, buf, lp, off0)
|
|||
|
||||
bzero(buf, sizeof(buf));
|
||||
return ("no disk label");
|
||||
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
devopen(of, name, file)
|
||||
struct open_file *of;
|
||||
|
|
Loading…
Reference in New Issue