forked from Lainports/freebsd-ports
Changelog: https://gitlab.com/ocserv/ocserv/blob/master/NEWS Tested by: Jov <amutu@amutu.com>
11 lines
386 B
C
11 lines
386 B
C
--- src/occtl/occtl.c.orig 2018-01-14 16:25:24 UTC
|
|
+++ src/occtl/occtl.c
|
|
@@ -249,7 +249,7 @@ static int handle_help_cmd(CONN_TYPE * conn, const cha
|
|
static int handle_reset_cmd(CONN_TYPE * conn, const char *arg, cmd_params_st *params)
|
|
{
|
|
rl_reset_terminal(NULL);
|
|
-#ifdef HAVE_ORIG_READLINE
|
|
+#if defined(HAVE_ORIG_READLINE) && !defined(__FreeBSD__)
|
|
rl_reset_screen_size();
|
|
#endif
|
|
|