summaryrefslogtreecommitdiff
path: root/usr.sbin/eeprom
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/eeprom
parent262efc0cdac514606dbe04ff69f3a1ef4d1f9521 (diff)
no need for timeb.h
Diffstat (limited to 'usr.sbin/eeprom')
-rw-r--r--usr.sbin/eeprom/getdate.y3
1 files changed, 1 insertions, 2 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>