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

Diff for /src/usr.bin/cap_mkdb/Attic/getinfo.c between version 1.1 and 1.2

version 1.1, 1999/03/05 04:47:45 version 1.2, 2000/09/22 22:22:22
Line 288 
Line 288 
                         }                          }
                                 /* loop invariant let's us do this */                                  /* loop invariant let's us do this */
                         *rp++ = '\0';                          *rp++ = '\0';
   
                         /*  
                          * If encountered eof check next file.  
                          */  
                         if (eof)  
                                 break;  
   
                         /*                          /*
                          * Toss blank lines and comments.                           * Toss blank lines and comments.
Line 308 
Line 302 
                                 foundit = 1;                                  foundit = 1;
                                 break;  /* found it! */                                  break;  /* found it! */
                         }                          }
   
                           /*
                            * If encountered eof check next file.
                            */
                           if (eof)
                                   break;
                 }                  }
         }          }
                 if (foundit)                  if (foundit)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2