From: Donald Sharp Date: Thu, 26 May 2016 23:56:47 +0000 (-0400) Subject: vtysh: Fix compile failure from cherry-pick X-Git-Tag: frr-2.0-rc1~669 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ec4ab9f32d48b2d51ba4b5c0a6c0205f2df8fd31;p=mirror_frr.git vtysh: Fix compile failure from cherry-pick Fix a compile failure from a cherry-pick of a commit from upstream Signed-off-by: Donald Sharp --- diff --git a/vtysh/vtysh_user.c b/vtysh/vtysh_user.c index 098e10ce4..551aac1bf 100644 --- a/vtysh/vtysh_user.c +++ b/vtysh/vtysh_user.c @@ -44,7 +44,7 @@ * The DEFUNSH and DEFUN macro's are messing with the * compiler I believe. This is just to make it happy. */ -int vtysh_pam(const char *); +static int vtysh_pam(const char *); struct vtysh_user *user_new(void); void user_free(struct vtysh_user *); struct vtysh_user *user_lookup(const char *);