diff options
Diffstat (limited to 'graphics/dx/patches/patch-src_uipp_tutor_Main.C')
-rw-r--r-- | graphics/dx/patches/patch-src_uipp_tutor_Main.C | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/dx/patches/patch-src_uipp_tutor_Main.C b/graphics/dx/patches/patch-src_uipp_tutor_Main.C new file mode 100644 index 00000000000..7fd8de1ee97 --- /dev/null +++ b/graphics/dx/patches/patch-src_uipp_tutor_Main.C @@ -0,0 +1,14 @@ +$NetBSD: patch-src_uipp_tutor_Main.C,v 1.1 2012/04/17 17:44:03 joerg Exp $ + +--- src/uipp/tutor/Main.C.orig 2000-05-16 18:53:15.000000000 +0000 ++++ src/uipp/tutor/Main.C +@@ -31,8 +31,7 @@ extern "C" void HCLXmInit(); + // + const char *AssertMsgString = "Internal error detected at \"%s\":%d.\n"; + +-int main(unsigned int argc, +- char** argv) ++int main(int argc, char **argv) + { + #if defined(HAVE_HCLXMINIT) + HCLXmInit(); |