diff options
Diffstat (limited to 'japanese/man/files/patch-locale.h')
-rw-r--r-- | japanese/man/files/patch-locale.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/japanese/man/files/patch-locale.h b/japanese/man/files/patch-locale.h new file mode 100644 index 000000000000..36ee7957ac20 --- /dev/null +++ b/japanese/man/files/patch-locale.h @@ -0,0 +1,9 @@ +--- man/locale.h 2001/07/17 01:42:54 ++++ man/locale.h 2001/12/13 02:17:39 +@@ -20,5 +20,5 @@ + char *directive(int); + int try_section_ml(char *, char *, char *, int, int); + int try_section(char *, char *, char *, int); +-int man_ml(char *); ++int man_ml(char *, int); + int man(char *); |