=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/client.c,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/usr.bin/rdist/client.c 2014/07/12 03:07:22 1.30 --- src/usr.bin/rdist/client.c 2014/07/12 03:48:04 1.31 *************** *** 1,4 **** ! /* $OpenBSD: client.c,v 1.30 2014/07/12 03:07:22 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: client.c,v 1.31 2014/07/12 03:48:04 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 1197,1207 **** cleanup(int dummy) { char *file; - #ifdef USE_STATDB - extern char statfile[]; - - (void) unlink(statfile); - #endif if ((file = getnotifyfile()) != NULL) (void) unlink(file); --- 1197,1202 ----