exit(code);                     \
        } while (0)
 
-int done;
 int rcvbufsz;
 char name[100];
 int dbg;
        pid_t rtid = 0;
 
        int fd = 0;
-       int count = 0;
        int write_file = 0;
        int maskset = 0;
        char *logfile = NULL;
                                len2 = 0;
                                /* For nested attributes, na follows */
                                na = (struct nlattr *) NLA_DATA(na);
-                               done = 0;
                                while (len2 < aggr_len) {
                                        switch (na->nla_type) {
                                        case TASKSTATS_TYPE_PID:
                                                        printf("TGID\t%d\n", rtid);
                                                break;
                                        case TASKSTATS_TYPE_STATS:
-                                               count++;
                                                if (print_delays)
                                                        print_delayacct((struct taskstats *) NLA_DATA(na));
                                                if (print_io_accounting)