SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
sysutils/tmate/patches/patch-osdep-openbsd_c
Normal file
13
sysutils/tmate/patches/patch-osdep-openbsd_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
Add missing libevent2 compat includes.
|
||||
|
||||
Index: osdep-openbsd.c
|
||||
--- osdep-openbsd.c.orig
|
||||
+++ osdep-openbsd.c
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <event2/event.h>
|
||||
+#include <event2/event_compat.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
Loading…
Add table
Add a link
Reference in a new issue