diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-06 16:47:17 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-06 16:47:17 -0400 |
commit | 6ecbde8f5a65b922809dd7c077ed8494ca4a7bc9 (patch) | |
tree | b16890fc5e30035c3752bcaa0609407f80fe835e /src/network/networkd-netdev.h | |
parent | 1841fdb0b10cb37b55d1af644a7e6edc4ab66cbd (diff) | |
parent | ae81fab1d9133f46d5c2d9243e796e9534cb715a (diff) |
Merge branch 'systemd/parabola' into notsystemd/premove
Diffstat (limited to 'src/network/networkd-netdev.h')
-rw-r--r-- | src/network/networkd-netdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-netdev.h b/src/network/networkd-netdev.h index 70ff947b99..37c7431213 100644 --- a/src/network/networkd-netdev.h +++ b/src/network/networkd-netdev.h @@ -175,7 +175,7 @@ NetDevKind netdev_kind_from_string(const char *d) _pure_; int config_parse_netdev_kind(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); /* gperf */ -const struct ConfigPerfItem* network_netdev_gperf_lookup(const char *key, unsigned length); +const struct ConfigPerfItem* network_netdev_gperf_lookup(const char *key, GPERF_LEN_TYPE length); /* Macros which append INTERFACE= to the message */ |