On Thu, 2013-01-17 at 19:40 +0000, Barak A. Pearlmutter wrote:
> +-enum {
> +- NS_IN6ADDRSZ = 16,
> +- NS_INT16SZ = 2,
[...]
> ++#define NS_IN6ADDRSZ 16
> ++#define NS_INT16SZ = 2
That second change looks wrong to me. (For the avoidance of doubt, the
"=".)
Regards,
Adam