=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/client.c,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/rdist/client.c 2014/07/05 05:05:51 1.27 --- src/usr.bin/rdist/client.c 2014/07/05 06:45:00 1.28 *************** *** 1,4 **** ! /* $OpenBSD: client.c,v 1.27 2014/07/05 05:05:51 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: client.c,v 1.28 2014/07/05 06:45:00 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 29,34 **** --- 29,36 ---- * SUCH DAMAGE. */ + #include + #include "defs.h" #include "y.tab.h" *************** *** 577,583 **** senddir(char *rname, opt_t opts, struct stat *stb, char *user, char *group, int destdir) { ! DIRENTRY *dp; DIR *d; char *optarget, *cp; int len; --- 579,585 ---- senddir(char *rname, opt_t opts, struct stat *stb, char *user, char *group, int destdir) { ! struct dirent *dp; DIR *d; char *optarget, *cp; int len;