=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/client.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/rdist/client.c 1999/03/05 01:32:47 1.11 --- src/usr.bin/rdist/client.c 1999/03/05 01:36:12 1.12 *************** *** 1,4 **** ! /* $OpenBSD: client.c,v 1.11 1999/03/05 01:32:47 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: client.c,v 1.12 1999/03/05 01:36:12 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.11 1999/03/05 01:32:47 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.12 1999/03/05 01:36:12 millert Exp $"; #endif static char sccsid[] = "@(#)client.c"; *************** *** 364,371 **** debugmsg(DM_MISC, "sendhardlink: rname='%s' pathname='%s' src='%s' target='%s'\n", ! rname, lp->pathname ? lp->pathname : "nil", ! lp->src ? lp->src : "nil", lp->target ? lp->target : "nil"); if (lp->target == NULL) (void) sendcmd(C_RECVHARDLINK, "%o %s %s", --- 364,371 ---- debugmsg(DM_MISC, "sendhardlink: rname='%s' pathname='%s' src='%s' target='%s'\n", ! rname, lp->pathname ? lp->pathname : "(null)", lp->src ! ? lp->src : "(null)", lp->target ? lp->target : "(null)"); if (lp->target == NULL) (void) sendcmd(C_RECVHARDLINK, "%o %s %s",