summaryrefslogtreecommitdiff
path: root/japanese/mh/patches/patch-aj
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-11-01 10:23:44 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-11-01 10:23:44 +0000
commitd0eaf1a582382553ab75d26456fd1e04653919a5 (patch)
tree49d280f172814d6216ffaec68da68c9836c18912 /japanese/mh/patches/patch-aj
parent696f06939df9ad7627657a310ab9c937f6fa070e (diff)
downloadpkgsrc-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-aj')
-rw-r--r--japanese/mh/patches/patch-aj12
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/mh/patches/patch-aj b/japanese/mh/patches/patch-aj
new file mode 100644
index 00000000000..aa01c40f1fd
--- /dev/null
+++ b/japanese/mh/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 1999/11/01 10:23:45 sakamoto Exp $
+
+--- ./uip/sendsbr.c.orig Tue Feb 9 20:30:00 1999
++++ ./uip/sendsbr.c Mon Nov 1 19:13:30 1999
+@@ -10,4 +10,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+ static alert(), anno(), annoaux();