plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit c2a9c3bb4efbad76a7971e314bdd791bbe5044ae
parent f91245eb2943cbacabb69ee8f0b68310ed23e6bd
Author: rsc <devnull@localhost>
Date:   Mon, 19 Apr 2004 19:34:22 +0000

handle pids without files correctly.

Diffstat:
Msrc/cmd/acid/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/acid/main.c b/src/cmd/acid/main.c @@ -213,7 +213,7 @@ attachfiles(int argc, char **argv) } /* XXX pull command from core */ - if((hdr = crackhdr(symfil, omode)) == nil){ + if((symhdr = crackhdr(symfil, omode)) == nil){ fprint(2, "crackhdr %s: %r\n", symfil); symfil = nil; }