diff options
Diffstat (limited to 'sys/linux/filesystem.txt')
| -rw-r--r-- | sys/linux/filesystem.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt index 39b5c7320..d31332453 100644 --- a/sys/linux/filesystem.txt +++ b/sys/linux/filesystem.txt @@ -93,12 +93,14 @@ blockdev_filename [ nbd_filename { prefix stringnoz["/dev/nbd"] +# NEED: this does not support formatting numbers larger than 9. id proc['0', 1, int8] z const[0, int8] } [packed] loop_filename { prefix stringnoz["/dev/loop"] +# NEED: this does not support formatting numbers larger than 9. id proc['0', 1, int8] z const[0, int8] } [packed] |
