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

Diff for /src/usr.bin/rdist/client.h between version 1.1 and 1.2

version 1.1, 2015/01/20 09:00:16 version 1.2, 2015/12/22 08:48:39
Line 60 
Line 60 
 #define INSERT          1  #define INSERT          1
 #define REPLACE         2  #define REPLACE         2
   
 #define ALLOC(x)        (struct x *) xmalloc(sizeof(struct x))  #define ALLOC(x)        xmalloc(sizeof(struct x))
 #define A(s)            ((s) ? s : "<null>")  #define A(s)            ((s) ? s : "<null>")
   
   

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