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

Diff for /src/usr.bin/aucat/Attic/file.c between version 1.12 and 1.13

version 1.12, 2009/07/25 08:44:27 version 1.13, 2009/07/25 10:52:19
Line 53 
Line 53 
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   
   #include "abuf.h"
   #include "aproc.h"
 #include "conf.h"  #include "conf.h"
 #include "file.h"  #include "file.h"
 #include "aproc.h"  
 #include "abuf.h"  
   
 #define MAXFDS 100  #define MAXFDS 100
   
Line 262 
Line 262 
         int timo;          int timo;
   
         /*          /*
          * fill the pfds[] array with files that are blocked on reading           * Fill the pfds[] array with files that are blocked on reading
          * and/or writing, skipping those that're just waiting           * and/or writing, skipping those that are just waiting.
          */           */
         DPRINTFN(4, "file_poll:");          DPRINTFN(4, "file_poll:");
         nfds = 0;          nfds = 0;
Line 412 
Line 412 
 }  }
   
 /*  /*
  * close all listening sockets   * Close all listening sockets.
  *   *
  * XXX: remove this   * XXX: remove this
  */   */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13