]> Cypherpunks repositories - gostls13.git/commit
two gopack nits.
authorRuss Cox <rsc@golang.org>
Wed, 11 Nov 2009 22:48:33 +0000 (14:48 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 11 Nov 2009 22:48:33 +0000 (14:48 -0800)
commita174987a7c137f3c76f30a32a5429a4060dcd4b2
tree098dab7749403f3f6b69592cff8abc6a17c2c417
parent9188b1f000f638060eb4495d25dc7f1c7c46cd34
two gopack nits.

1. allocate an extra byte for use by write.
2. throw away the code trying to translate
   uid and gid to names.  i suspect it of causing
   seg faults in some situations, and it is
   not needed by the compilers.

Fixes #48.  (I hope.)

R=r
https://golang.org/cl/152077
src/cmd/gopack/ar.c
src/lib9/_p9dir.c