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

Diff for /src/usr.bin/cap_mkdb/cap_mkdb.c between version 1.5 and 1.6

version 1.5, 2000/01/09 01:10:37 version 1.6, 2000/09/22 22:22:22
Line 103 
Line 103 
                 case 'v':                  case 'v':
                         verbose = 1;                          verbose = 1;
                         break;                          break;
                     case 'i':                  case 'i':
                         info = 1;                          info = 1;
                         break;                          break;
                 case '?':                  case '?':
Line 155 
Line 155 
 #define SHADOW  (char)2  #define SHADOW  (char)2
   
 /*  /*
  * db_build() builds the name and capabilty databases according to the   * db_build() builds the name and capability databases according to the
  * details above.   * details above.
  */   */
 void  void

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6