diff options
author | 2013-12-03 00:21:21 +0000 | |
---|---|---|
committer | 2013-12-03 00:21:21 +0000 | |
commit | 7d617021d62d49a02db8e6ca2854addb6ee0d5ab (patch) | |
tree | 17fae75339ef2fc32c3bc6fcc944a55533eb8657 | |
parent | no need to use sgttyb.h (diff) | |
download | wireguard-openbsd-7d617021d62d49a02db8e6ca2854addb6ee0d5ab.tar.xz wireguard-openbsd-7d617021d62d49a02db8e6ca2854addb6ee0d5ab.zip |
no need for timeb.h
-rw-r--r-- | usr.bin/rcs/date.y | 4 | ||||
-rw-r--r-- | usr.sbin/eeprom/getdate.y | 3 | ||||
-rw-r--r-- | usr.sbin/tcpdump/print-sl.c | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/usr.bin/rcs/date.y b/usr.bin/rcs/date.y index 5d5e96c5abd..1da932ee981 100644 --- a/usr.bin/rcs/date.y +++ b/usr.bin/rcs/date.y @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: date.y,v 1.11 2013/04/19 17:28:07 deraadt Exp $ */ +/* $OpenBSD: date.y,v 1.12 2013/12/03 00:21:49 deraadt Exp $ */ /* ** Originally written by Steven M. Bellovin <smb@research.att.com> while @@ -14,8 +14,6 @@ /* SUPPRESS 287 on yaccpar_sccsid *//* Unused static variable */ /* SUPPRESS 288 on yyerrlab *//* Label unused */ -#include <sys/timeb.h> - #include <ctype.h> #include <err.h> #include <string.h> 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> |