Skip to content

Commit 2d49cf4

Browse files
authored
Merge pull request #610 from vapier/master
schema: update major/minor types
2 parents 0afa59f + 7872d3d commit 2d49cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/defs-linux.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
},
8585
"Major": {
8686
"description": "major device number",
87-
"$ref": "defs.json#/definitions/uint16"
87+
"$ref": "defs.json#/definitions/int64"
8888
},
8989
"Minor": {
9090
"description": "minor device number",
91-
"$ref": "defs.json#/definitions/uint16"
91+
"$ref": "defs.json#/definitions/int64"
9292
},
9393
"FileMode": {
9494
"description": "File permissions mode (typically an octal value)",

0 commit comments

Comments
 (0)