Comment 6 for bug 1592930

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

FYI - hit the same when building openvswitch in an yakkety sbuild env

In file included from ../lib/netdev-linux.c:30:0:
/usr/include/linux/ethtool.h: In function ‘ethtool_validate_speed’:
/usr/include/linux/ethtool.h:1321:18: error: ‘INT_MAX’ undeclared (first use in this function)
  return speed <= INT_MAX || speed == SPEED_UNKNOWN;
                  ^

Please beg a pardon if I miss a point, but what counts in my case should be the linux-header in the sbuild environment I think.
So I wanted to ask what the status on yakkety is - should the patch be in there already or is it just on its way?