disable sun maps to avoid segmentation fault.
authorChristos Zoulas <christos@zoulas.com>
Thu, 28 Jun 2012 00:18:57 +0000 (20:18 -0400)
committerChristos Zoulas <christos@zoulas.com>
Thu, 28 Jun 2012 00:18:57 +0000 (20:18 -0400)
amd/mapc.c

index b0fd32b14b841ba22747742e9b3ce0e253e5741b..3169da94c539129c37ab45bc294133c93453e5f9 100644 (file)
@@ -328,6 +328,7 @@ static map_type maptypes[] =
     MAPC_INC
   },
 #endif /* HAVE_MAP_EXEC */
+#ifdef notyet /* probe function needs to be there or SEGV */
 #ifdef HAVE_MAP_SUN
   {
     /* XXX: fill in */
@@ -340,6 +341,7 @@ static map_type maptypes[] =
     0
   },
 #endif /* HAVE_MAP_SUN */
+#endif
   {
     "error",
     error_init,