]> Cypherpunks repositories - gostls13.git/commit
gopack: fixes for Plan 9 build
authorLucio De Re <lucio.dere@gmail.com>
Wed, 9 Nov 2011 18:24:36 +0000 (13:24 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 9 Nov 2011 18:24:36 +0000 (13:24 -0500)
commit74f61fc656fdcd7ded63660c542b0820202120db
treecd07d42e1313a59a452d1cb8efb82677bd3cc231
parent1eadb89ee1d235d2e716cc7474976676db5f8bd4
gopack: fixes for Plan 9 build

. removed an unnexessary initialisation.
. replaced 0 with 0L to match print format that in turn matched
  the type of the original function return value.

R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/5306072
src/cmd/gopack/ar.c