Change the array of char to an array of struct pollfd to avoid an
authorDavid Rhodus <drhodus@dragonflybsd.org>
Mon, 13 Sep 2004 23:41:18 +0000 (23:41 +0000)
committerDavid Rhodus <drhodus@dragonflybsd.org>
Mon, 13 Sep 2004 23:41:18 +0000 (23:41 +0000)
commitb525b7eda5d6fdce5d9182efdf778027c2685b3e
tree5d91f066ceb7f579dc8f75fd00074f016183e287
parent216ffe3f4484fe8eca1fe518865a2dbe3accde03
Change the array of char to an array of struct pollfd to avoid an
address being migaligned.

Merged from fbsd pr: kern/85214
sys/kern/sys_generic.c