CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/25 18:25:45
Modified files:
usr.sbin/route6d: route6d.c
Log message:
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.
