diff options
Diffstat (limited to 'net/bird/patches/patch-client_birdc.c')
-rw-r--r-- | net/bird/patches/patch-client_birdc.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/bird/patches/patch-client_birdc.c b/net/bird/patches/patch-client_birdc.c new file mode 100644 index 00000000000..17c7babe0ff --- /dev/null +++ b/net/bird/patches/patch-client_birdc.c @@ -0,0 +1,12 @@ +$NetBSD: patch-client_birdc.c,v 1.1 2014/04/17 20:28:12 joerg Exp $ + +--- client/birdc.c.orig 2014-04-17 14:34:45.000000000 +0000 ++++ client/birdc.c +@@ -29,7 +29,6 @@ static int prompt_active; + /* HACK: libreadline internals we need to access */ + extern int _rl_vis_botlin; + extern void _rl_move_vert(int); +-extern Function *rl_last_func; + + static void + add_history_dedup(char *cmd) |