diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-11-20 15:22:40 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-11-20 15:22:40 +0000 |
commit | 4b10d76a3186c237994849df929224b7654b9cfa (patch) | |
tree | ee1f51ac35fcb9b73af0de6676bf1337cf649417 /sbin/ping | |
parent | 691ac0f8b1a5751379d37941a078b0d67b6babc0 (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.c | 3 |
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> |