artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faa7241
)
do not need ioctl.h
author
deraadt
<deraadt@openbsd.org>
Tue, 6 Oct 2015 06:03:11 +0000
(06:03 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 6 Oct 2015 06:03:11 +0000
(06:03 +0000)
usr.sbin/tftpd/tftpd.c
patch
|
blob
|
history
diff --git
a/usr.sbin/tftpd/tftpd.c
b/usr.sbin/tftpd/tftpd.c
index
e983392
..
b3552e3
100644
(file)
--- 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 <dlg@uq.edu.au>
@@
-57,7
+57,7
@@
* Information Technology.
*/
-#include <sys/
ioctl
.h>
+#include <sys/
types
.h>
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/stat.h>