2 changed files with 3 additions and 38 deletions
@ -1,33 +0,0 @@
|
||||
Index: src/github.com/dgraph-io/dgraph/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go
|
||||
--- src/github.com/dgraph-io/dgraph/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go.orig 2019-05-31 10:28:25.764327000 +0200
|
||||
+++ src/github.com/dgraph-io/dgraph/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go 2019-05-31 10:35:00.899565000 +0200
|
||||
@@ -1103,6 +1103,7 @@
|
||||
O_CREAT = 0x200
|
||||
O_DIRECT = 0x10000
|
||||
O_DIRECTORY = 0x20000
|
||||
+ O_DSYNC = 0x0
|
||||
O_EXCL = 0x800
|
||||
O_EXEC = 0x40000
|
||||
O_EXLOCK = 0x20
|
||||
Index: src/github.com/dgraph-io/dgraph/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go
|
||||
--- src/github.com/dgraph-io/dgraph/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go.orig 2019-05-31 10:28:25.764860000 +0200
|
||||
+++ src/github.com/dgraph-io/dgraph/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go 2019-05-31 10:35:16.523668000 +0200
|
||||
@@ -1104,6 +1104,7 @@
|
||||
O_CREAT = 0x200
|
||||
O_DIRECT = 0x10000
|
||||
O_DIRECTORY = 0x20000
|
||||
+ O_DSYNC = 0x0
|
||||
O_EXCL = 0x800
|
||||
O_EXEC = 0x40000
|
||||
O_EXLOCK = 0x20
|
||||
Index: src/github.com/dgraph-io/dgraph/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go
|
||||
--- src/github.com/dgraph-io/dgraph/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go.orig 2019-05-31 10:28:25.765331000 +0200
|
||||
+++ src/github.com/dgraph-io/dgraph/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go 2019-05-31 10:35:32.533201000 +0200
|
||||
@@ -1111,6 +1111,7 @@
|
||||
O_CREAT = 0x200
|
||||
O_DIRECT = 0x10000
|
||||
O_DIRECTORY = 0x20000
|
||||
+ O_DSYNC = 0x0
|
||||
O_EXCL = 0x800
|
||||
O_EXEC = 0x40000
|
||||
O_EXLOCK = 0x20
|
Loading…
Reference in new issue