Add ioctl which overwrites the first BBSIZE bytes of a BSD labeled disk.

This commit is contained in:
Poul-Henning Kamp 2003-01-26 21:49:44 +00:00
parent a18b6f65d0
commit afdc2f6786

View file

@ -302,6 +302,7 @@ static const char *fstypenames[] = {
#define DIOCWLABEL _IOW('d', 109, int) /* write en/disable label */
#endif
#define DIOCBSDBB _IOW('d', 110, void *) /* write bootblocks */
#ifdef _KERNEL