ports/misc/screen/patches/patch-pty_c

13 lines
217 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: pty.c
--- pty.c.orig
+++ pty.c
@@ -32,7 +32,7 @@
#include <signal.h>
#if defined(__OpenBSD__)
-#include <utils.h> /* for openpty() */
+#include <util.h> /* for openpty() */
#endif
#include "config.h"