Pull in <sys/time.h> for struct timespec, timeval, or clockrate
authorguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 01:50:07 +0000 (01:50 +0000)
committerguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 01:50:07 +0000 (01:50 +0000)
ok deraadt@

usr.sbin/kgmon/kgmon.c
usr.sbin/ntpd/sensors.c
usr.sbin/rbootd/utils.c
usr.sbin/sensorsd/sensorsd.c
usr.sbin/snmpd/timer.c
usr.sbin/trpt/trpt.c

index 7d53f4b..357e432 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kgmon.c,v 1.23 2015/11/16 17:29:43 deraadt Exp $      */
+/*     $OpenBSD: kgmon.c,v 1.24 2016/08/27 01:50:07 guenther Exp $     */
 
 /*
  * Copyright (c) 1983, 1992, 1993
@@ -31,6 +31,7 @@
 
 #include <sys/file.h>
 #include <sys/sysctl.h>
+#include <sys/time.h>
 #include <sys/gmon.h>
 #include <errno.h>
 #include <err.h>
index 971276e..d9273be 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sensors.c,v 1.50 2015/05/20 13:32:39 reyk Exp $ */
+/*     $OpenBSD: sensors.c,v 1.51 2016/08/27 01:50:07 guenther Exp $ */
 
 /*
  * Copyright (c) 2006 Henning Brauer <henning@openbsd.org>
@@ -18,6 +18,7 @@
 
 #include <sys/types.h>
 #include <sys/queue.h>
+#include <sys/time.h>
 #include <sys/sensors.h>
 #include <sys/sysctl.h>
 #include <sys/device.h>
index 28a9654..13b321b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: utils.c,v 1.15 2016/05/29 02:19:02 guenther Exp $     */
+/*     $OpenBSD: utils.c,v 1.16 2016/08/27 01:50:07 guenther Exp $     */
 /*     $NetBSD: utils.c,v 1.5.2.1 1995/11/14 08:45:46 thorpej Exp $    */
 
 /*
@@ -43,6 +43,7 @@
  * Author: Jeff Forys, University of Utah CSS
  */
 
+#include <sys/time.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 8374be8..4c0750c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sensorsd.c,v 1.59 2015/12/12 20:04:23 mmcc Exp $ */
+/*     $OpenBSD: sensorsd.c,v 1.60 2016/08/27 01:50:07 guenther Exp $ */
 
 /*
  * Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -21,6 +21,7 @@
 #include <sys/types.h>
 #include <sys/sysctl.h>
 #include <sys/queue.h>
+#include <sys/time.h>
 #include <sys/sensors.h>
 
 #include <err.h>
index 6d9778c..ab4670c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: timer.c,v 1.4 2015/01/16 00:05:13 deraadt Exp $       */
+/*     $OpenBSD: timer.c,v 1.5 2016/08/27 01:50:07 guenther Exp $      */
 
 /*
  * Copyright (c) 2008 Reyk Floeter <reyk@openbsd.org>
@@ -18,6 +18,7 @@
 
 #include <sys/queue.h>
 #include <sys/types.h>
+#include <sys/time.h>
 #include <sys/sched.h>
 #include <sys/socket.h>
 #include <sys/sysctl.h>
index d266eb2..47ff597 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: trpt.c,v 1.32 2015/11/20 15:52:57 deraadt Exp $       */
+/*     $OpenBSD: trpt.c,v 1.33 2016/08/27 01:50:07 guenther Exp $      */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -60,6 +60,7 @@
  */
 
 #include <sys/queue.h>
+#include <sys/time.h>
 #include <sys/socket.h>
 #define PRUREQUESTS
 #include <sys/protosw.h>