Follow the convertion (https://golang.org/s/generatedcode) for generated code. Change-Id: I27899b24366d5c0d2c5574b5eaf3d7e0babc8909 Reviewed-on: https://go-review.googlesource.com/118820 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@@ -240,7 +240,7 @@ foreach my $header (@headers) {
print <<EOF;
// mksysctl_openbsd.pl
-// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
+// Code generated by the command above; DO NOT EDIT.
// +build $ENV{'GOARCH'},$ENV{'GOOS'}
@@ -3,7 +3,7 @@
// +build 386,linux
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -m32 _const.go
package unix
// +build amd64,linux
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -m64 _const.go
// +build arm,linux
// cgo -godefs -- -Wall -Werror -static -I/tmp/include _const.go
// +build arm64,linux
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -fsigned-char _const.go
// +build mips,linux
// +build mips64,linux
// +build mips64le,linux
// +build mipsle,linux
// +build ppc64,linux
// +build ppc64le,linux
// +build s390x,linux
@@ -1,5 +1,5 @@
// mkerrors.sh -m64
-// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// +build sparc64,linux
// +build amd64,openbsd
// mksysnum_linux.pl -Ilinux/usr/include -m64 -D__arch64__ linux/usr/include/asm/unistd.h
// mksysnum_netbsd.pl
// +build 386,netbsd
// +build amd64,netbsd
// +build arm,netbsd
// mksysnum_openbsd.pl
// +build 386,openbsd
// +build arm,openbsd