summaryrefslogtreecommitdiff
path: root/sbin/ping
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-11-20 15:22:40 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-11-20 15:22:40 +0000
commit4b10d76a3186c237994849df929224b7654b9cfa (patch)
treeee1f51ac35fcb9b73af0de6676bf1337cf649417 /sbin/ping
parent691ac0f8b1a5751379d37941a078b0d67b6babc0 (diff)
remove sys/file.h includes in favor of fcntl.h where needed.
ok deraadt guenther
Diffstat (limited to 'sbin/ping')
-rw-r--r--sbin/ping/ping.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c
index 5c097b5ce53..f9d37c14af5 100644
--- a/sbin/ping/ping.c
+++ b/sbin/ping/ping.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ping.c,v 1.112 2014/10/25 03:18:13 lteo Exp $ */
+/* $OpenBSD: ping.c,v 1.113 2014/11/20 15:22:39 tedu Exp $ */
/* $NetBSD: ping.c,v 1.20 1995/08/11 22:37:58 cgd Exp $ */
/*
@@ -54,7 +54,6 @@
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/socket.h>
-#include <sys/file.h>
#include <sys/time.h>
#include <netinet/in.h>