Skip to content

Commit

Permalink
Merge pull request #610 from vapier/master
Browse files Browse the repository at this point in the history
schema: update major/minor types
  • Loading branch information
dqminh authored Nov 7, 2016
2 parents 0afa59f + 7872d3d commit 2d49cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/defs-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
},
"Major": {
"description": "major device number",
"$ref": "defs.json#/definitions/uint16"
"$ref": "defs.json#/definitions/int64"
},
"Minor": {
"description": "minor device number",
"$ref": "defs.json#/definitions/uint16"
"$ref": "defs.json#/definitions/int64"
},
"FileMode": {
"description": "File permissions mode (typically an octal value)",
Expand Down

0 comments on commit 2d49cf4

Please sign in to comment.