diff options
Diffstat (limited to 'misc/tmux/patches/patch-ab')
-rw-r--r-- | misc/tmux/patches/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/tmux/patches/patch-ab b/misc/tmux/patches/patch-ab new file mode 100644 index 00000000000..d5dbbb32434 --- /dev/null +++ b/misc/tmux/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1.1.1 2009/03/06 12:16:17 hasso Exp $ + +NetBSD is supported via osdep-netbsd.c. + +--- osdep-unknown.c.orig 2009-01-20 23:17:53.000000000 +0100 ++++ osdep-unknown.c +@@ -17,7 +17,7 @@ + */ + + #if !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__linux__) && \ +- !defined(__APPLE__) ++ !defined(__APPLE__) && !defined(__NetBSD__) + + #include <sys/types.h> + |