/[qemu]/qemu/vl.c
ViewVC logotype

Diff of /qemu/vl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.149 by bellard, Sat Nov 26 10:38:38 2005 UTC revision 1.150 by bellard, Sat Nov 26 20:10:07 2005 UTC
# Line 2099  static int net_tap_init(VLANState *vlan, Line 2099  static int net_tap_init(VLANState *vlan,
2099                  *parg++ = ifname;                  *parg++ = ifname;
2100                  *parg++ = NULL;                  *parg++ = NULL;
2101                  execv(setup_script, args);                  execv(setup_script, args);
2102                  exit(1);                  _exit(1);
2103              }              }
2104              while (waitpid(pid, &status, 0) != pid);              while (waitpid(pid, &status, 0) != pid);
2105              if (!WIFEXITED(status) ||              if (!WIFEXITED(status) ||

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26