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

usr.bin/netstat/unix.c
usr.bin/nfsstat/nfsstat.c
usr.bin/top/display.c
usr.bin/vi/common/common.h

index 2bb4c2c..4888469 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: unix.c,v 1.28 2015/08/24 15:55:53 bluhm Exp $ */
+/*     $OpenBSD: unix.c,v 1.29 2016/08/27 04:07:42 guenther Exp $      */
 /*     $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $        */
 
 /*-
@@ -38,6 +38,7 @@
 #include <sys/protosw.h>
 #include <sys/mbuf.h>
 #include <sys/sysctl.h>
+#include <sys/time.h>
 #include <sys/un.h>
 #include <sys/unpcb.h>
 #define _KERNEL
index ab6f05e..ba9cf2f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: nfsstat.c,v 1.35 2015/10/23 08:18:30 tedu Exp $       */
+/*     $OpenBSD: nfsstat.c,v 1.36 2016/08/27 04:07:42 guenther Exp $   */
 /*     $NetBSD: nfsstat.c,v 1.7 1996/03/03 17:21:30 thorpej Exp $      */
 
 /*
@@ -36,6 +36,7 @@
 #include <sys/types.h>
 #include <sys/mount.h>
 #include <sys/sysctl.h>
+#include <sys/time.h>
 #include <nfs/rpcv2.h>
 #include <nfs/nfsproto.h>
 #include <nfs/nfs.h>
index a864cbc..bb8ca88 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: display.c,v 1.50 2015/10/26 12:44:22 tedu Exp $    */
+/* $OpenBSD: display.c,v 1.51 2016/08/27 04:07:42 guenther Exp $        */
 
 /*
  *  Top users/processes display for Unix
@@ -46,6 +46,7 @@
  */
 
 #include <sys/types.h>
+#include <sys/time.h>
 #include <sys/sched.h>
 #include <curses.h>
 #include <errno.h>
index d7d05c0..5eca0f9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: common.h,v 1.8 2015/11/19 07:53:31 bentley Exp $      */
+/*     $OpenBSD: common.h,v 1.9 2016/08/27 04:07:42 guenther Exp $     */
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -11,6 +11,7 @@
  *     @(#)common.h    10.13 (Berkeley) 9/25/96
  */
 
+#include <sys/time.h>
 #include <db.h>
 #include <regex.h>