patch-src_exmapd_c 735 B

1234567891011121314151617181920
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- exmap-console-0.4.1.orig/src/exmapd.c 2006-12-11 08:50:23.000000000 +0100
  3. +++ exmap-console-0.4.1/src/exmapd.c 2008-12-14 15:53:02.000000000 +0100
  4. @@ -257,6 +257,7 @@ main (int argc, char ** argv)
  5. }
  6. /* make sure that the exmap module is loaded */
  7. + /*
  8. if (g_spawn_sync (NULL, (char**)&modp_args, NULL, G_SPAWN_SEARCH_PATH,
  9. NULL, NULL, NULL, NULL, &modp_status, &error))
  10. {
  11. @@ -268,7 +269,7 @@ main (int argc, char ** argv)
  12. {
  13. g_error ("Could not spawn modprobe: %s", error ? error->message : "");
  14. }
  15. -
  16. + */
  17. /* Initialise data for the timeout callback
  18. *
  19. * 4 == 3 + 1: 3 for the exec name + 2 params we feed exmap