diff options
Diffstat (limited to 'misc/tmux/patches/patch-ad')
-rw-r--r-- | misc/tmux/patches/patch-ad | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/tmux/patches/patch-ad b/misc/tmux/patches/patch-ad deleted file mode 100644 index 28cff2e86f6..00000000000 --- a/misc/tmux/patches/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2009/03/06 12:16:17 hasso Exp $ - -get_argv0() function prototype is: - - char *get_argv0(int, char *); - -so respect it in order to build on unknown platforms. - ---- osdep-unknown.c.orig 2009-02-18 09:36:41 +0200 -+++ osdep-unknown.c 2009-02-18 09:37:30 +0200 -@@ -24,7 +24,7 @@ - #include "tmux.h" - - char * --get_argv0(unused pid_t pgrp) -+get_argv0(unused int fd, unused char *tty) - { - return (NULL); - } |