From 710613fa4021546e16c316ee233cc104906591ac Mon Sep 17 00:00:00 2001 From: guenther Date: Tue, 20 Jan 2015 04:45:43 +0000 Subject: [PATCH] Don't use utime(), so don't need --- usr.bin/rdist/common.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.bin/rdist/common.c b/usr.bin/rdist/common.c index 34312c0e636..e198bfd6115 100644 --- a/usr.bin/rdist/common.c +++ b/usr.bin/rdist/common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: common.c,v 1.34 2015/01/16 06:40:11 deraadt Exp $ */ +/* $OpenBSD: common.c,v 1.35 2015/01/20 04:45:43 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -35,9 +35,6 @@ * Things common to both the client and server. */ -#if defined(NEED_UTIME_H) -#include -#endif /* defined(NEED_UTIME_H) */ #include #include -- 2.20.1