[Xorp-hackers] simple syntax error in fea/ifconfig_parse_ifreq.cc

Pavlin Radoslavov pavlin@icir.org
Wed, 12 Jan 2005 15:26:33 -0800


> Missing a semicolon at fea/ifconfig_parse_ifreq.cc#61
> The code was fetched from the CVS DB around middle of December.

Yonghong,

Just curious, what OS did you use.
The reason that we didn't seen this compilatione error so far was
because it was hidden by "#ifndef HAVE_IOCTL_SIOCGIFCONF",
and so far all OS versions we have tried do have
ioctl(SIOCGIFCONF).

If your OS also has ioctl(SIOCGIFCONF), then there must be a bug in
the "configure" detection code.

Thanks,
Pavlin