]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: drop unused variables & RETSIGTYPE
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 4 Mar 2015 06:18:24 +0000 (07:18 +0100)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Jun 2016 17:55:07 +0000 (13:55 -0400)
commit7f720f5410676f166841f5fb912bad1d30de8d63
treedf93b904f924e12b50ce879f7776ad0a42d46200
parent4201dd1143cccc856dbfbd971582ee39500c0e38
vtysh: drop unused variables & RETSIGTYPE

Drop unused return values in vtysh.  Also gets rid of the rather funny
prototyping of signal setup in vtysh - which as a side effect makes it
not need AC_TYPE_SIGNAL in configure.ac anymore.  It wasn't used
sensibly to begin with...

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 6769f43de9d595b935f2ebf1cae1428e1d1a3a5f)
configure.ac
vtysh/vtysh_main.c