[FreeVMS] Bliss/patch

BERTRAND Joel joel.bertrand at systella.fr
Tue May 12 16:33:02 CEST 2009


	Hello,

	Patch to build bliss on debian/squeeze

--- gcc-4.2.1/libmudflap/mf-runtime.old.c       2009-05-12 
14:41:13.000000000 +0200
+++ gcc-4.2.1/libmudflap/mf-runtime.c   2009-05-12 14:41:25.000000000 +0200
@@ -306,7 +306,7 @@
  #endif
  }

-static struct option
+static struct static_option
  {
    char *name;
    char *description;
@@ -432,7 +432,7 @@
  static void
  __mf_usage ()
  {
-  struct option *opt;
+  struct static_option *opt;

    fprintf (stderr,
             "This is a %s%sGCC \"mudflap\" memory-checked binary.\n"
@@ -506,7 +506,7 @@
  int
  __mfu_set_options (const char *optstr)
  {
-  struct option *opts = 0;
+  struct static_option *opts = 0;
    char *nxt = 0;
    long tmp = 0;
    int rc = 0;

	Regards,

	JKB


More information about the FreeVMS mailing list