diff options
author | jani@ua141d10.elisa.omakaista.fi <> | 2005-02-08 19:49:40 +0200 |
---|---|---|
committer | jani@ua141d10.elisa.omakaista.fi <> | 2005-02-08 19:49:40 +0200 |
commit | 1c2f4ffecb5ee57c91f8961544f20a73de360bc3 (patch) | |
tree | 4338fea9b6b3d68a483f4423cc725a68305a2900 /isam | |
parent | 7d1af16c2aa3436f714fda2045af46ae5776d60f (diff) | |
download | mariadb-git-1c2f4ffecb5ee57c91f8961544f20a73de360bc3.tar.gz |
Applied a patch for Netware.
Diffstat (limited to 'isam')
-rw-r--r-- | isam/pack_isam.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/isam/pack_isam.c b/isam/pack_isam.c index aa83b2b2a96..0134e0411b2 100644 --- a/isam/pack_isam.c +++ b/isam/pack_isam.c @@ -260,6 +260,8 @@ static struct my_option my_long_options[] = }; +#include <help_start.h> + static void print_version(void) { printf("%s Ver 5.10 for %s on %s\n", my_progname, SYSTEM_TYPE, MACHINE_TYPE); @@ -283,6 +285,8 @@ static void usage(void) my_print_variables(my_long_options); } +#include <help_end.h> + static my_bool get_one_option(int optid, const struct my_option *opt __attribute__((unused)), |