From 15a98d3db67c127e951ced34089648225b821b5d Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 6 Oct 2015 06:03:11 +0000 Subject: [PATCH] do not need ioctl.h --- usr.sbin/tftpd/tftpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/tftpd/tftpd.c b/usr.sbin/tftpd/tftpd.c index e983392148e..b3552e3c933 100644 --- a/usr.sbin/tftpd/tftpd.c +++ b/usr.sbin/tftpd/tftpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tftpd.c,v 1.29 2015/08/20 11:28:15 dlg Exp $ */ +/* $OpenBSD: tftpd.c,v 1.30 2015/10/06 06:03:11 deraadt Exp $ */ /* * Copyright (c) 2012 David Gwynne @@ -57,7 +57,7 @@ * Information Technology. */ -#include +#include #include #include #include -- 2.20.1