]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: fix build against readline 6.3
authorSébastien Luttringer <seblu@seblu.net>
Tue, 27 May 2014 17:55:11 +0000 (19:55 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 27 May 2014 17:55:11 +0000 (19:55 +0200)
commit66d2ead7df2db9144605c973fcd80b88df33f81b
tree77ebf094c8084f2a22c9c00fb53a88df798301b6
parent8e998b1eb5fea53f2a2eddd9f7f2b8ab004406f3
vtysh: fix build against readline 6.3

readline 6.3 removes some old deprecated funnily-named types.  This
updates vtysh to use the new types so it builds again.

Reported-by: Joel Teichroeb <klusark@archlinux.invalid>
References: https://bugs.archlinux.org/task/39495
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
vtysh/vtysh.c