diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2018-08-28 10:59:02 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2018-09-08 21:30:42 +0200 |
| commit | ae9eebcaeb68cae4f2e4ae6cc689b505c9814591 (patch) | |
| tree | e5d35c2e985f90134fa3cb5a0912ebfba0a4df7b /lib/if.c | |
| parent | b45ac5f5c61f98b0aacf65b456547142193ae1fc (diff) | |
*: fix some solaris warnings
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/if.c')
| -rw-r--r-- | lib/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -619,7 +619,7 @@ DEFUN (no_interface_desc, * if not: * - no idea, just get the name in its entirety. */ -static struct interface *if_sunwzebra_get(char *name, vrf_id_t vrf_id) +static struct interface *if_sunwzebra_get(const char *name, vrf_id_t vrf_id) { struct interface *ifp; char *cp; |
