=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/expand.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/rdist/expand.c 2009/10/27 23:59:42 1.12 --- src/usr.bin/rdist/expand.c 2012/11/12 01:14:41 1.13 *************** *** 1,4 **** ! /* $OpenBSD: expand.c,v 1.12 2009/10/27 23:59:42 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: expand.c,v 1.13 2012/11/12 01:14:41 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 112,118 **** char pathbuf[BUFSIZ]; if (debug) ! debugmsg(DM_CALL, "expand(%x, %d) start, list = %s", list, wh, getnlstr(list)); if (wh == 0) --- 112,118 ---- char pathbuf[BUFSIZ]; if (debug) ! debugmsg(DM_CALL, "expand(%p, %d) start, list = %s", list, wh, getnlstr(list)); if (wh == 0)