aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/ppc64le.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-01-18 19:50:12 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-01-18 20:00:38 +0100
commitff722179dad27def48672e5c1a34883eac979161 (patch)
treee611df5718fc513ad7ca865647e5be8ab07d8293 /sys/linux/ppc64le.go
parentb7f99b54aef0b9663286a56f268f7c0833391265 (diff)
sys/linux: make xattr prefix non-zero-terminated
Diffstat (limited to 'sys/linux/ppc64le.go')
-rw-r--r--sys/linux/ppc64le.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/ppc64le.go b/sys/linux/ppc64le.go
index 90c1dd84f..9a51b80e9 100644
--- a/sys/linux/ppc64le.go
+++ b/sys/linux/ppc64le.go
@@ -8196,7 +8196,7 @@ var structDescs_ppc64le = []*KeyedStruct{
&StructType{Key: StructKey{Name: "xattr_name_random"}, FldName: "random"},
}}},
{Key: StructKey{Name: "xattr_name_random"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "xattr_name_random", IsVarlen: true}, Fields: []Type{
- &BufferType{TypeCommon: TypeCommon{TypeName: "string", FldName: "prefix", IsVarlen: true}, Kind: 2, SubKind: "xattr_prefix", Values: []string{"system.\x00", "trusted.\x00", "security.\x00", "user.\x00", "btrfs.\x00", "osx.\x00", "os2.\x00"}},
+ &BufferType{TypeCommon: TypeCommon{TypeName: "stringnoz", FldName: "prefix", IsVarlen: true}, Kind: 2, SubKind: "xattr_prefix", Values: []string{"system.", "trusted.", "security.", "user.", "btrfs.", "osx.", "os2."}, NoZ: true},
&BufferType{TypeCommon: TypeCommon{TypeName: "string", FldName: "name", IsVarlen: true}, Kind: 2},
}}},
{Key: StructKey{Name: "xfrm_address"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "xfrm_address", TypeSize: 16}, Fields: []Type{
@@ -20345,4 +20345,4 @@ var consts_ppc64le = []ConstValue{
{Name: "bpf_insn_load_imm_dw", Value: 24},
}
-const revision_ppc64le = "7efa9eb4e96b44b4874430b17e61c4cfa404dc75"
+const revision_ppc64le = "4789a4fb2587ef9a62e6ea7bd9d003140a6458b5"