avr32: use 4.4.x, serial is broken in 4.9.x
[openadk.git] / package / exmap / patches / patch-src_exmapd_c
blob68921e5f49013976aca8475ae68b7aa3b9e65621
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  
7    /* make sure that the exmap module is loaded */
8 +  /*
9    if (g_spawn_sync (NULL, (char**)&modp_args, NULL, G_SPAWN_SEARCH_PATH,
10                      NULL, NULL, NULL, NULL, &modp_status, &error))
11      {
12 @@ -268,7 +269,7 @@ main (int argc, char ** argv)
13      {
14        g_error ("Could not spawn modprobe: %s", error ? error->message : "");
15      }
16 -  
17 +  */ 
18    /* Initialise data for the timeout callback
19     *
20     * 4 == 3 + 1: 3 for the exec name + 2 params we feed exmap