diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-06-03 19:20:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-06-03 19:20:46 +0200 |
commit | a60a720c7e67b77911e4130a5eef41f652375ce3 (patch) | |
tree | 87bc97408dc400508535489eba72d46f367556e9 /sysctl.d | |
parent | 75f8a779fdd433366643b905caa005c14e1a8331 (diff) |
networkd: drop weird "const" usage in function parameters
We generally only use "const" to constify the destination of pointers, but not
the pointers themselves, as they are copied anyway during C function
invocation. Hence, drop this usage of "const".
Diffstat (limited to 'sysctl.d')
0 files changed, 0 insertions, 0 deletions