proto now says void dk_establish()

This commit is contained in:
gwr 1996-05-05 06:00:31 +00:00
parent fe3234daab
commit 99d2ff44d8
1 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.12 1996/04/26 18:37:58 gwr Exp $ */
/* $NetBSD: disksubr.c,v 1.13 1996/05/05 06:00:31 gwr Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@ -279,15 +279,12 @@ bad:
* additional "device registration" types of work. (?)
* For example, the sparc port uses this to record the
* device node for the PROM-specified boot device.
*
* XXX: return value not documented (ignored everywhere)
*/
int
void
dk_establish(dk, dev)
struct disk *dk;
struct device *dev;
{
return 0;
}
/************************************************************************