From ec4ab9f32d48b2d51ba4b5c0a6c0205f2df8fd31 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 26 May 2016 19:56:47 -0400 Subject: [PATCH] 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 --- vtysh/vtysh_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtysh/vtysh_user.c b/vtysh/vtysh_user.c index 098e10ce40..551aac1bfa 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 *); -- 2.39.5