artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab29a6f
)
Pull in <sys/time.h> for struct timespec
author
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 03:48:00 +0000
(
03:48
+0000)
committer
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 03:48:00 +0000
(
03:48
+0000)
ok deraadt@
libexec/rpc.rstatd/rstat_proc.c
patch
|
blob
|
history
diff --git
a/libexec/rpc.rstatd/rstat_proc.c
b/libexec/rpc.rstatd/rstat_proc.c
index
1b73cba
..
e432079
100644
(file)
--- a/
libexec/rpc.rstatd/rstat_proc.c
+++ b/
libexec/rpc.rstatd/rstat_proc.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rstat_proc.c,v 1.3
3 2015/01/16 06:39:50 deraadt Exp $
*/
+/* $OpenBSD: rstat_proc.c,v 1.3
4 2016/08/27 03:48:00 guenther Exp $
*/
/*
* Copyright (c) 2010, Oracle America, Inc.
@@
-36,6
+36,7
@@
*/
#include <sys/types.h>
+#include <sys/time.h>
#include <sys/sched.h>
#include <sys/socket.h>
#include <sys/sysctl.h>