• Russ Cox's avatar
    two gopack nits. · a174987a
    Russ Cox authored
    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
    a174987a
_p9dir.c 4.5 KB