=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/client.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/rdist/client.h 2015/01/20 09:00:16 1.1 --- src/usr.bin/rdist/client.h 2015/12/22 08:48:39 1.2 *************** *** 1,4 **** ! /* $OpenBSD: client.h,v 1.1 2015/01/20 09:00:16 guenther Exp $ */ #ifndef __CLIENT_H__ #define __CLIENT_H__ --- 1,4 ---- ! /* $OpenBSD: client.h,v 1.2 2015/12/22 08:48:39 mmcc Exp $ */ #ifndef __CLIENT_H__ #define __CLIENT_H__ *************** *** 60,66 **** #define INSERT 1 #define REPLACE 2 ! #define ALLOC(x) (struct x *) xmalloc(sizeof(struct x)) #define A(s) ((s) ? s : "") --- 60,66 ---- #define INSERT 1 #define REPLACE 2 ! #define ALLOC(x) xmalloc(sizeof(struct x)) #define A(s) ((s) ? s : "")