Don't need <sys/time.h> or "options.h" here
authorguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 04:11:16 +0000 (04:11 +0000)
committerguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 04:11:16 +0000 (04:11 +0000)
bin/pax/buf_subs.c
bin/pax/cpio.c
bin/pax/file_subs.c
bin/pax/gen_subs.c
bin/pax/pax.c
bin/pax/tar.c

index bd9c435..bb0582b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: buf_subs.c,v 1.28 2016/08/14 18:30:33 guenther Exp $  */
+/*     $OpenBSD: buf_subs.c,v 1.29 2016/08/26 04:11:16 guenther Exp $  */
 /*     $NetBSD: buf_subs.c,v 1.5 1995/03/21 09:07:08 cgd Exp $ */
 
 /*-
@@ -35,7 +35,6 @@
  */
 
 #include <sys/types.h>
-#include <sys/time.h>
 #include <sys/stat.h>
 #include <stdio.h>
 #include <errno.h>
index 40505be..d6b7f70 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cpio.c,v 1.29 2016/08/14 18:30:33 guenther Exp $      */
+/*     $OpenBSD: cpio.c,v 1.30 2016/08/26 04:11:16 guenther Exp $      */
 /*     $NetBSD: cpio.c,v 1.5 1995/03/21 09:07:13 cgd Exp $     */
 
 /*-
@@ -35,7 +35,6 @@
  */
 
 #include <sys/types.h>
-#include <sys/time.h>
 #include <sys/stat.h>
 #include <limits.h>
 #include <string.h>
index 6f6a783..7d50e23 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: file_subs.c,v 1.51 2016/08/23 06:00:28 guenther Exp $ */
+/*     $OpenBSD: file_subs.c,v 1.52 2016/08/26 04:11:16 guenther Exp $ */
 /*     $NetBSD: file_subs.c,v 1.4 1995/03/21 09:07:18 cgd Exp $        */
 
 /*-
@@ -34,7 +34,6 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/time.h>
 #include <sys/stat.h>
 #include <err.h>
 #include <errno.h>
@@ -45,7 +44,6 @@
 #include <string.h>
 #include <unistd.h>
 #include "pax.h"
-#include "options.h"
 #include "extern.h"
 
 static int
index af56c16..d712fbe 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: gen_subs.c,v 1.30 2016/08/25 01:44:55 guenther Exp $  */
+/*     $OpenBSD: gen_subs.c,v 1.31 2016/08/26 04:11:16 guenther Exp $  */
 /*     $NetBSD: gen_subs.c,v 1.5 1995/03/21 09:07:26 cgd Exp $ */
 
 /*-
@@ -35,7 +35,6 @@
  */
 
 #include <sys/types.h>
-#include <sys/time.h>
 #include <sys/stat.h>
 #include <grp.h>
 #include <pwd.h>
index a8e365a..6745f56 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pax.c,v 1.46 2016/08/23 06:00:28 guenther Exp $       */
+/*     $OpenBSD: pax.c,v 1.47 2016/08/26 04:11:16 guenther Exp $       */
 /*     $NetBSD: pax.c,v 1.5 1996/03/26 23:54:20 mrg Exp $      */
 
 /*-
@@ -36,7 +36,6 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/time.h>
 #include <sys/resource.h>
 #include <signal.h>
 #include <unistd.h>
index bfccf28..9b5b366 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: tar.c,v 1.62 2016/08/25 01:44:55 guenther Exp $       */
+/*     $OpenBSD: tar.c,v 1.63 2016/08/26 04:11:16 guenther Exp $       */
 /*     $NetBSD: tar.c,v 1.5 1995/03/21 09:07:49 cgd Exp $      */
 
 /*-
@@ -35,7 +35,6 @@
  */
 
 #include <sys/types.h>
-#include <sys/time.h>
 #include <sys/stat.h>
 #include <ctype.h>
 #include <errno.h>