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

This commit is contained in:
phk 2003-01-26 21:49:44 +00:00
parent 3f4ea4a408
commit 0d45de23ba

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