device: extend device settings flags to 64 bit
[project/netifd.git] / system-linux.c
index 5ea95582cb006da0d80069038aa887b2810482fe..65c62df6c6398c571f8718832c267881fb9a29f0 100644 (file)
@@ -1706,7 +1706,7 @@ system_if_get_settings(struct device *dev, struct device_settings *s)
 }
 
 void
-system_if_apply_settings(struct device *dev, struct device_settings *s, unsigned int apply_mask)
+system_if_apply_settings(struct device *dev, struct device_settings *s, uint64_t apply_mask)
 {
        struct ifreq ifr;
        char buf[12];