[BACK]Return to sock.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/sock.c between version 1.27 and 1.28

version 1.27, 2009/08/27 06:54:23 version 1.28, 2009/08/28 06:37:06
Line 947 
Line 947 
                 f->rstate = SOCK_RRET;                  f->rstate = SOCK_RRET;
                 f->rtodo = sizeof(struct amsg);                  f->rtodo = sizeof(struct amsg);
                 break;                  break;
           case AMSG_BYE:
                   DPRINTFN(2, "sock_execmsg: %p: BYE\n", f);
                   if (f->pstate != SOCK_INIT)
                           DPRINTF("sock_execmsg: %p: BYE, bad state\n", f);
                   aproc_del(f->pipe.file.rproc);
                   return 0;
         default:          default:
                 DPRINTF("sock_execmsg: %p bogus command\n", f);                  DPRINTF("sock_execmsg: %p bogus command\n", f);
                 aproc_del(f->pipe.file.rproc);                  aproc_del(f->pipe.file.rproc);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28