mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Remove reference to obsolete initsd function.
This should have been committed yesterday. Broke-world-for: USW2 Root <root@usw2.freebsd.org>
This commit is contained in:
parent
42474ae390
commit
553faec194
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52221
@ -41,6 +41,7 @@
|
||||
* otherwise) arising in any way out of the use of this software, even if
|
||||
* advised of the possibility of such damage.
|
||||
*
|
||||
* $Id: vinumioctl.c,v 1.11 1999/10/13 02:19:25 grog Exp grog $
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
@ -329,9 +330,6 @@ vinumioctl(dev_t dev,
|
||||
sd = &SD[objno];
|
||||
|
||||
switch (cmd) {
|
||||
case VINUM_INITSD: /* initialize subdisk */
|
||||
return initsd(objno);
|
||||
|
||||
case DIOCGDINFO: /* get disk label */
|
||||
get_volume_label(sd->name, 1, sd->sectors, (struct disklabel *) data);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user