Rename the struct pollfd array, "set" -> "pfd"
authorjca <jca@openbsd.org>
Mon, 26 Oct 2015 00:25:45 +0000 (00:25 +0000)
committerjca <jca@openbsd.org>
Mon, 26 Oct 2015 00:25:45 +0000 (00:25 +0000)
commita12abc5a0532b058d7fd324a32ab28f217e0fc85
tree4119aade931cb53b4dc8989e6b9717b28f969164
parent5a102fa933558644f793dabd6e16c37f6e3c9e19
Rename the struct pollfd array, "set" -> "pfd"

"set" reminds of select(2) fd_set, and is never used elsewhere in the
tree as a name for a pollfd array.  No functional change.
usr.sbin/route6d/route6d.c