=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/mkpath.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/rsync/mkpath.c 2019/05/08 20:00:25 1.3 --- src/usr.bin/rsync/mkpath.c 2019/05/08 21:30:11 1.4 *************** *** 1,4 **** ! /* $OpenBSD: mkpath.c,v 1.3 2019/05/08 20:00:25 benno Exp $ */ /* * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: mkpath.c,v 1.4 2019/05/08 21:30:11 benno Exp $ */ /* * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. *************** *** 42,48 **** * path - path */ int ! mkpath(struct sess *sess, char *path) { struct stat sb; char *slash; --- 42,48 ---- * path - path */ int ! mkpath(char *path) { struct stat sb; char *slash;