minor cleanup.

This commit is contained in:
mrg 2000-04-05 06:21:14 +00:00
parent f3468bd3d8
commit 66ca8568fe
1 changed files with 1 additions and 3 deletions

View File

@ -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;