Commit 7912c79d authored by Dafydd Harries's avatar Dafydd Harries

consistently use "XXX" (rather than "FIXME")

darcs-hash:20070207104315-c9803-2ed68c54a270d87405b5472c14a73a404f8feda3.gz
parent 236c4790
...@@ -41,8 +41,8 @@ nice_list_local_interfaces () ...@@ -41,8 +41,8 @@ nice_list_local_interfaces ()
if (ioctl (sock, SIOCGIFCONF, &ifc) < 0) if (ioctl (sock, SIOCGIFCONF, &ifc) < 0)
return NULL; return NULL;
/* FIXME: test case where ifc.ifc_len == sizeof (buf) (overflow) */ /* XXX: test case where ifc.ifc_len == sizeof (buf) (overflow) */
/* FIXME: support IPv6 */ /* XXX: support IPv6 */
for (i = 0; i < ifc.ifc_len / sizeof (struct ifreq); i++) for (i = 0; i < ifc.ifc_len / sizeof (struct ifreq); i++)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment