summaryrefslogtreecommitdiff
path: root/extra/resolve_stack_dump.c
diff options
context:
space:
mode:
authorunknown <jani@ua141d10.elisa.omakaista.fi>2005-01-13 19:24:54 +0200
committerunknown <jani@ua141d10.elisa.omakaista.fi>2005-01-13 19:24:54 +0200
commit365711af1717570a8af1e4f8bdcada033449a48e (patch)
treec0f87dde3037f7ee40526843f8e919e49e07f751 /extra/resolve_stack_dump.c
parent21dce6253405598e5c6f9c669ee6ef5e550c2ca3 (diff)
downloadmariadb-git-365711af1717570a8af1e4f8bdcada033449a48e.tar.gz
A patch for Netware.
Diffstat (limited to 'extra/resolve_stack_dump.c')
-rw-r--r--extra/resolve_stack_dump.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/resolve_stack_dump.c b/extra/resolve_stack_dump.c
index 06a670b935d..666125990d2 100644
--- a/extra/resolve_stack_dump.c
+++ b/extra/resolve_stack_dump.c
@@ -65,12 +65,16 @@ static struct my_option my_long_options[] =
static void verify_sort();
+
+#include <help_start.h>
+
static void print_version(void)
{
printf("%s Ver %s Distrib %s, for %s (%s)\n",my_progname,DUMP_VERSION,
MYSQL_SERVER_VERSION,SYSTEM_TYPE,MACHINE_TYPE);
}
+
static void usage()
{
print_version();
@@ -87,6 +91,7 @@ The numeric-dump-file should contain a numeric stack trace from mysqld.\n\
If the numeric-dump-file is not given, the stack trace is read from stdin.\n");
}
+#include <help_end.h>
static void die(const char* fmt, ...)