]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: fix // +build comments in types_*.go
authorRuss Cox <rsc@golang.org>
Fri, 3 Feb 2012 00:42:02 +0000 (19:42 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2012 00:42:02 +0000 (19:42 -0500)
I fixed types_linux.go yesterday but missed the others.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5620054

src/pkg/syscall/types_darwin.go
src/pkg/syscall/types_freebsd.go
src/pkg/syscall/types_linux.go
src/pkg/syscall/types_netbsd.go
src/pkg/syscall/types_openbsd.go

index 424f94e6905f942b3dfd8191292470cd258acbeb..b9c65e3c783e988872c5d7d681baa858e6ae65e3 100644 (file)
@@ -2,12 +2,12 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build ignore
+
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
 */
 
-// +build ignore
-
 // +godefs map struct_in_addr [4]byte /* in_addr */
 // +godefs map struct_in6_addr [16]byte /* in6_addr */
 
index f54b6c4e6cd9c663b2ce06a2d3d7793a48d06d9e..6e1dd4310af0c439b478346eff2ebcad66ad49cd 100644 (file)
@@ -2,12 +2,12 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build ignore
+
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
 */
 
-// +build ignore
-
 // +godefs map struct_in_addr [4]byte /* in_addr */
 // +godefs map struct_in6_addr [16]byte /* in6_addr */
 
index 395162f128fd384c1db793834b9b17e619939246..0030960b5ca3adbac6ac9d0d1622cac35bede8c3 100644 (file)
@@ -2,10 +2,12 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
-
 // +build ignore
 
+/*
+Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
+*/
+
 // +godefs map struct_in_addr [4]byte /* in_addr */
 // +godefs map struct_in6_addr [16]byte /* in6_addr */
 
index 6f7ef3529fbc65f99d7587e39c28e94c2dbf29ec..518688833bd9eb2098274bd873d61d481d131d29 100644 (file)
@@ -2,12 +2,12 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build ignore
+
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
 */
 
-// +build ignore
-
 // +godefs map struct_in_addr [4]byte /* in_addr */
 // +godefs map struct_in6_addr [16]byte /* in6_addr */
 
index 6f7ef3529fbc65f99d7587e39c28e94c2dbf29ec..518688833bd9eb2098274bd873d61d481d131d29 100644 (file)
@@ -2,12 +2,12 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build ignore
+
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
 */
 
-// +build ignore
-
 // +godefs map struct_in_addr [4]byte /* in_addr */
 // +godefs map struct_in6_addr [16]byte /* in6_addr */