mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add ioctl which overwrites the first BBSIZE bytes of a BSD labeled disk.
This commit is contained in:
parent
a18b6f65d0
commit
afdc2f6786
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue