diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-11-01 10:23:44 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-11-01 10:23:44 +0000 |
commit | d0eaf1a582382553ab75d26456fd1e04653919a5 (patch) | |
tree | 49d280f172814d6216ffaec68da68c9836c18912 /japanese/mh/patches/patch-ah | |
parent | 696f06939df9ad7627657a310ab9c937f6fa070e (diff) | |
download | pkgsrc-d0eaf1a582382553ab75d26456fd1e04653919a5.tar.gz |
Add patches for warning of vfork and tputs,
from nork@cityfujisawa.ne.jp (Norikatsu Shigemura).
Diffstat (limited to 'japanese/mh/patches/patch-ah')
-rw-r--r-- | japanese/mh/patches/patch-ah | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/mh/patches/patch-ah b/japanese/mh/patches/patch-ah new file mode 100644 index 00000000000..b26983a9525 --- /dev/null +++ b/japanese/mh/patches/patch-ah @@ -0,0 +1,12 @@ +$NetBSD: patch-ah,v 1.1 1999/11/01 10:23:45 sakamoto Exp $ + +--- ./uip/rcvtty.c.orig Tue Feb 9 20:30:00 1999 ++++ ./uip/rcvtty.c Mon Nov 1 19:13:30 1999 +@@ -30,4 +30,7 @@ + #include <locale.h> + #endif ++#ifdef UNISTD ++#include <unistd.h> ++#endif + + /* */ |