aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2017-06-08 10:54:14 -0700
committerJoe Richey joerichey@google.com <joerichey@google.com>2017-06-15 22:32:35 -0700
commitd71b7f248e21f5254c32ecbf752a1dbe940a1177 (patch)
treefd28a8f577ead500736cde46d8eb0647ae31415d /vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl
parentea3e258610340de0dd585c221f4e18a199f16bca (diff)
vendor: update x/sys/unix
This commit updates the vendored x/sys/unix to the current version. This means that our vendored version of x/sys/unix no longer contains custom patches. A few changes are needed in InsertPolicyKey() as the final API differed slightly from our patches. Change-Id: Ifff31c04e708f9dc4395ab5bfcc94e42fb46dea5
Diffstat (limited to 'vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl')
-rwxr-xr-xvendor/golang.org/x/sys/unix/mksysctl_openbsd.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl b/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl
index 4820adb..be67afa 100755
--- a/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl
+++ b/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl
@@ -240,7 +240,7 @@ foreach my $header (@headers) {
print <<EOF;
// mksysctl_openbsd.pl
-// Code generated by the command above. DO NOT EDIT.
+// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
// +build $ENV{'GOARCH'},$ENV{'GOOS'}