artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8308727
)
Don't use utime(), so don't need <utime.h>
author
guenther
<guenther@openbsd.org>
Tue, 20 Jan 2015 04:45:43 +0000
(
04:45
+0000)
committer
guenther
<guenther@openbsd.org>
Tue, 20 Jan 2015 04:45:43 +0000
(
04:45
+0000)
usr.bin/rdist/common.c
patch
|
blob
|
history
diff --git
a/usr.bin/rdist/common.c
b/usr.bin/rdist/common.c
index
34312c0
..
e198bfd
100644
(file)
--- a/
usr.bin/rdist/common.c
+++ b/
usr.bin/rdist/common.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: common.c,v 1.3
4 2015/01/16 06:40:11 deraadt Exp $
*/
+/* $OpenBSD: common.c,v 1.3
5 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>