]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: fix build directive in types_linux.go
authorRuss Cox <rsc@golang.org>
Wed, 1 Feb 2012 23:25:51 +0000 (18:25 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 1 Feb 2012 23:25:51 +0000 (18:25 -0500)
The rule is that build directives can be preceded only
by blank lines and other line comments, not /* */ comments.

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

src/pkg/syscall/types_linux.go

index a02f21863b0a68e28e7a2f900d6bfd01819eee77..395162f128fd384c1db793834b9b17e619939246 100644 (file)
@@ -2,9 +2,7 @@
 // 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
-*/
+// Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
 
 // +build ignore