[BACK]Return to xennetback_xenbus.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / xen / xen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/xen/xen/xennetback_xenbus.c between version 1.27.2.8 and 1.27.2.9

version 1.27.2.8, 2011/05/02 22:49:59 version 1.27.2.9, 2011/08/27 15:37:33
Line 328  xennetback_xenbus_create(struct xenbus_d
Line 328  xennetback_xenbus_create(struct xenbus_d
                         goto fail;                          goto fail;
                 }                  }
                 err = xenbus_printf(xbt, xbusd->xbusd_path,                  err = xenbus_printf(xbt, xbusd->xbusd_path,
                     "vifname", ifp->if_xname);                      "vifname", "%s", ifp->if_xname);
                 if (err) {                  if (err) {
                         aprint_error_ifnet(ifp,                          aprint_error_ifnet(ifp,
                             "failed to write %s/vifname: %d\n",                              "failed to write %s/vifname: %d\n",

Legend:
Removed from v.1.27.2.8  
changed lines
  Added in v.1.27.2.9

CVSweb <webmaster@jp.NetBSD.org>