aboutsummaryrefslogtreecommitdiff
path: root/sbin/shutdown
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-08-07 19:17:46 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-08-07 19:17:46 +0000
commit656dcd4316d328f627e3c8f99be96bb2c41baf5b (patch)
tree413738746625eee30af858d100ea794582067fa4 /sbin/shutdown
parent8e53a8e6fc66c9fbe9b277c18b90c11de39d7b7a (diff)
downloadsrc-656dcd4316d328f627e3c8f99be96bb2c41baf5b.tar.gz
src-656dcd4316d328f627e3c8f99be96bb2c41baf5b.zip
Delete bogus referneces to timezone code internal header file `tzfile.h',
which is no longer bogusly installed in /usr/include.
Notes
Notes: svn path=/head/; revision=9987
Diffstat (limited to 'sbin/shutdown')
-rw-r--r--sbin/shutdown/shutdown.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c
index 1e69eed75577..e94e096584d0 100644
--- a/sbin/shutdown/shutdown.c
+++ b/sbin/shutdown/shutdown.c
@@ -54,7 +54,6 @@ static char sccsid[] = "@(#)shutdown.c 8.2 (Berkeley) 2/16/94";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <tzfile.h>
#include <unistd.h>
#include "pathnames.h"