summaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-07 10:43:00 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-07 10:43:00 +0000
commit7912c79d3c20a2c55616961f0c92ee8c34a8424d (patch)
tree398a9bc3ecbbbeeff4caff2d78abf41a3fd0a861 /local
parent236c4790aa5afc7c7fe92e22ecdf8abf0014431f (diff)
downloadlibnice-7912c79d3c20a2c55616961f0c92ee8c34a8424d.tar.gz
consistently use "XXX" (rather than "FIXME")
darcs-hash:20070207104315-c9803-2ed68c54a270d87405b5472c14a73a404f8feda3.gz
Diffstat (limited to 'local')
-rw-r--r--local/local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/local/local.c b/local/local.c
index 339a742..99a820f 100644
--- a/local/local.c
+++ b/local/local.c
@@ -41,8 +41,8 @@ nice_list_local_interfaces ()
if (ioctl (sock, SIOCGIFCONF, &ifc) < 0)
return NULL;
- /* FIXME: test case where ifc.ifc_len == sizeof (buf) (overflow) */
- /* FIXME: support IPv6 */
+ /* XXX: test case where ifc.ifc_len == sizeof (buf) (overflow) */
+ /* XXX: support IPv6 */
for (i = 0; i < ifc.ifc_len / sizeof (struct ifreq); i++)
{