]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-fdb.h
networkd: drop weird "const" usage in function parameters
authorLennart Poettering <lennart@poettering.net>
Fri, 3 Jun 2016 17:20:46 +0000 (19:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 3 Jun 2016 17:20:46 +0000 (19:20 +0200)
commita60a720c7e67b77911e4130a5eef41f652375ce3
tree87bc97408dc400508535489eba72d46f367556e9
parent75f8a779fdd433366643b905caa005c14e1a8331
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".
src/network/networkd-fdb.c
src/network/networkd-fdb.h
src/network/networkd-link.c