Skip to content

Commit

Permalink
schema: update major/minor types
Browse files Browse the repository at this point in the history
This matches the config-linux.md spec which says these are both int64.

Signed-off-by: Mike Frysinger <vapier@chromium.org>
  • Loading branch information
vapier committed Nov 5, 2016
1 parent 41ef05e commit 7872d3d
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 7872d3d

Please sign in to comment.