diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-05-26 19:56:47 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-05-26 20:00:42 -0400 | 
| commit | ec4ab9f32d48b2d51ba4b5c0a6c0205f2df8fd31 (patch) | |
| tree | 815d8415fa3c1f3690925abcad2bb0b0d94d219d /vtysh/vtysh_user.c | |
| parent | 762e563e522af9f5bfd843460c9940c1afae7061 (diff) | |
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 <sharpd@cumulusnetworks.com>
Diffstat (limited to 'vtysh/vtysh_user.c')
| -rw-r--r-- | vtysh/vtysh_user.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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 *);  | 
