=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/client.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/rdist/client.c 1999/02/06 01:52:23 1.9 --- src/usr.bin/rdist/client.c 1999/02/23 21:27:15 1.10 *************** *** 1,4 **** ! /* $OpenBSD: client.c,v 1.9 1999/02/06 01:52:23 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: client.c,v 1.10 1999/02/23 21:27:15 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 39,45 **** "$From: client.c,v 6.80 1996/02/28 20:34:27 mcooper Exp $"; #else static char RCSid[] = ! "$OpenBSD: client.c,v 1.9 1999/02/06 01:52:23 millert Exp $"; #endif static char sccsid[] = "@(#)client.c"; --- 39,45 ---- "$From: client.c,v 6.80 1996/02/28 20:34:27 mcooper Exp $"; #else static char RCSid[] = ! "$OpenBSD: client.c,v 1.10 1999/02/23 21:27:15 millert Exp $"; #endif static char sccsid[] = "@(#)client.c"; *************** *** 366,372 **** "sendhardlink: rname='%s' pathname='%s' src='%s' target='%s'\n", rname, lp->pathname, lp->src, lp->target); ! if (*lp->target == CNULL) (void) sendcmd(C_RECVHARDLINK, "%o %s %s", opts, lp->pathname, rname); else { --- 366,372 ---- "sendhardlink: rname='%s' pathname='%s' src='%s' target='%s'\n", rname, lp->pathname, lp->src, lp->target); ! if (lp->target == NULL) (void) sendcmd(C_RECVHARDLINK, "%o %s %s", opts, lp->pathname, rname); else {