summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-12-03 00:21:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-12-03 00:21:50 +0000
commit16a06cb1cb1f067890a085bc2b939d6005f5d8b7 (patch)
tree8530ac74bd641787ee32b286bb2f802295fddbdc /usr.sbin
parent262efc0cdac514606dbe04ff69f3a1ef4d1f9521 (diff)
no need for timeb.h
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/eeprom/getdate.y3
-rw-r--r--usr.sbin/tcpdump/print-sl.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/eeprom/getdate.y b/usr.sbin/eeprom/getdate.y
index da5b7b7c804..f2c3a7a302f 100644
--- a/usr.sbin/eeprom/getdate.y
+++ b/usr.sbin/eeprom/getdate.y
@@ -1,5 +1,5 @@
%{
-/* $OpenBSD: getdate.y,v 1.7 2013/04/19 17:28:07 deraadt Exp $ */
+/* $OpenBSD: getdate.y,v 1.8 2013/12/03 00:21:21 deraadt Exp $ */
/*
** Originally written by Steven M. Bellovin <smb@research.att.com> while
@@ -15,7 +15,6 @@
/* SUPPRESS 288 on yyerrlab *//* Label unused */
#include <sys/types.h>
-#include <sys/timeb.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/usr.sbin/tcpdump/print-sl.c b/usr.sbin/tcpdump/print-sl.c
index 3772d225df7..b892e2220bc 100644
--- a/usr.sbin/tcpdump/print-sl.c
+++ b/usr.sbin/tcpdump/print-sl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-sl.c,v 1.14 2009/10/27 23:59:55 deraadt Exp $ */
+/* $OpenBSD: print-sl.c,v 1.15 2013/12/03 00:21:21 deraadt Exp $ */
/*
* Copyright (c) 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997
@@ -24,7 +24,6 @@
#ifdef HAVE_NET_SLIP_H
#include <sys/param.h>
#include <sys/time.h>
-#include <sys/timeb.h>
#include <sys/file.h>
#include <sys/ioctl.h>
#include <sys/mbuf.h>