Change a 'char *' to a 'void *' because that field is not accessed
authorJeffrey Hsu <hsu@dragonflybsd.org>
Fri, 4 Mar 2005 03:37:43 +0000 (03:37 +0000)
committerJeffrey Hsu <hsu@dragonflybsd.org>
Fri, 4 Mar 2005 03:37:43 +0000 (03:37 +0000)
commit8e63efec2fe2c1f6d5caeff414be27ca18499d07
treea6e44b87808c20ee01ee654f27fc8eedadd2e540
parent6554f2c43d30c73b48939bf53b7f46122490af8d
Change a 'char *' to a 'void *' because that field is not accessed
as characters.
Add a comment clarifying that fillrtmsg() is not an external API function.
sys/net/rtsock.c