Files
ports/net/ocserv/patches/patch-src_occtl_occtl_c
bket e2eac0a59c Update to ocserv-1.4.0
Changes: https://gitlab.com/openconnect/ocserv/-/releases/1.4.0

From Renaud Allard <renaud AT allard DOT it> (MAINTAINER)
2026-01-23 08:27:41 +00:00

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