diff options
author | joerg <joerg@pkgsrc.org> | 2014-09-22 11:56:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-09-22 11:56:54 +0000 |
commit | 122abaa804954366185e80cc66fb4f9e8203cd5c (patch) | |
tree | 393dc53fc11656a1c4054393f356d2a12899e85b /x11 | |
parent | 345d485d66867b8b1e4acb0327b4038e2fd2c726 (diff) | |
download | pkgsrc-122abaa804954366185e80cc66fb4f9e8203cd5c.tar.gz |
Forgotten patch for last commit.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/hanterm/patches/patch-ptyx.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/hanterm/patches/patch-ptyx.h b/x11/hanterm/patches/patch-ptyx.h new file mode 100644 index 00000000000..a8114ebef73 --- /dev/null +++ b/x11/hanterm/patches/patch-ptyx.h @@ -0,0 +1,11 @@ +$NetBSD: patch-ptyx.h,v 1.1 2014/09/22 11:56:54 joerg Exp $ + +--- ptyx.h.orig 2014-09-20 18:45:54.000000000 +0000 ++++ ptyx.h +@@ -537,3 +537,6 @@ extern Cursor make_colored_cursor(); + extern int GetBytesAvailable(); + extern void first_map_occurred(); + extern int kill_process_group(); ++ ++void unparseputc(int, int); ++void unparseseq(ANSI *, int); |