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

Diff for /src/usr.bin/rdist/lookup.c between version 1.14 and 1.15

version 1.14, 2012/11/12 01:14:41 version 1.15, 2015/01/20 09:00:16
Line 29 
Line 29 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #include "defs.h"  #include <string.h>
   
   #include "client.h"
   
         /* symbol types */          /* symbol types */
 #define VAR     1  #define VAR     1

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15