summaryrefslogtreecommitdiff
path: root/misc/tmux/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tmux/patches/patch-ad')
-rw-r--r--misc/tmux/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/tmux/patches/patch-ad b/misc/tmux/patches/patch-ad
deleted file mode 100644
index 7ac5df88a14..00000000000
--- a/misc/tmux/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2009/09/25 16:38:22 hasso Exp $
-
---- osdep-netbsd.c.orig 2009-09-24 15:58:45.000000000 +0200
-+++ osdep-netbsd.c
-@@ -77,7 +77,7 @@ osdep_get_name(int fd, __unused char *tt
- return (NULL);
-
- buf = NULL;
-- len = sizeof(p);
-+ len = sizeof(bestp);
- mib[0] = CTL_KERN;
- mib[1] = KERN_PROC2;
- mib[2] = KERN_PROC_PGRP;