diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-10 13:51:52 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-10 13:51:52 +0000 |
commit | db145c66a9e70ae89b574bc28c755983775f7323 (patch) | |
tree | 0939d340e80a66813d75607f55210cdea2b7230b /japanese/jstrings/files/patch-string-cp932 | |
parent | - Back to run as root by default and add options to change it (diff) |
Add jstrings 0.6, japanese enhancement of strings(1) command.
PR: ports/70017
Submitted by: Ryo Okamoto
Diffstat (limited to 'japanese/jstrings/files/patch-string-cp932')
-rw-r--r-- | japanese/jstrings/files/patch-string-cp932 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/japanese/jstrings/files/patch-string-cp932 b/japanese/jstrings/files/patch-string-cp932 new file mode 100644 index 000000000000..107f567a32a9 --- /dev/null +++ b/japanese/jstrings/files/patch-string-cp932 @@ -0,0 +1,9 @@ +--- cp932.c.orig Thu Aug 5 14:03:35 2004 ++++ cp932.c Thu Aug 5 14:04:07 2004 +@@ -1,6 +1,7 @@ + #include <stdio.h> + #include <stddef.h> + #include <stdlib.h> ++#include <string.h> + #include "jstrings.h" + #include "cp932.h" |