diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-01-20 04:45:44 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-01-20 04:45:44 +0000 |
commit | 2ae939b9cedf4f14df1946a7275922f5f2a4fded (patch) | |
tree | e4705c6a51787a7caffab167e99c9ba09c84ac6a /usr.bin/rdist | |
parent | 8f5be5421729a8c8d049455ba418b5887b93737c (diff) |
Don't use utime(), so don't need <utime.h>
Diffstat (limited to 'usr.bin/rdist')
-rw-r--r-- | usr.bin/rdist/common.c | 5 |
1 files changed, 1 insertions, 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 <utime.h> -#endif /* defined(NEED_UTIME_H) */ #include <sys/wait.h> #include <sys/socket.h> |