diff options
Diffstat (limited to 'japanese/mh/patches/patch-ad')
-rw-r--r-- | japanese/mh/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/mh/patches/patch-ad b/japanese/mh/patches/patch-ad new file mode 100644 index 00000000000..91a7757df37 --- /dev/null +++ b/japanese/mh/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 1999/11/01 10:23:45 sakamoto Exp $ + +--- ./sbr/showfile.c.orig Wed Dec 1 13:01:26 1993 ++++ ./sbr/showfile.c Mon Nov 1 19:13:30 1999 +@@ -3,4 +3,7 @@ + #include "../h/mh.h" + #include <stdio.h> ++#ifdef UNISTD ++#include <unistd.h> ++#endif + + |