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 = 2That second change looks wrong to me. (For the avoidance of doubt, the "=".) Regards, Adam -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

