mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
e2eac0a59c
Changes: https://gitlab.com/openconnect/ocserv/-/releases/1.4.0 From Renaud Allard <renaud AT allard DOT it> (MAINTAINER)
13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
Index: src/occtl/occtl.c
|
|
--- src/occtl/occtl.c.orig
|
|
+++ src/occtl/occtl.c
|
|
@@ -262,7 +262,7 @@ static int handle_reset_cmd(CONN_TYPE *conn, const cha
|
|
cmd_params_st *params)
|
|
{
|
|
rl_reset_terminal(NULL);
|
|
-#ifdef HAVE_ORIG_READLINE
|
|
+#if defined(HAVE_ORIG_READLINE) && !defined(__OpenBSD__)
|
|
rl_reset_screen_size();
|
|
#endif
|
|
|