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

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/xenbus/xenbus_xs.c between version 1.24 and 1.25

version 1.24, 2020/04/07 11:47:06 version 1.25, 2020/04/07 15:59:57
Line 338  xenbus_directory(struct xenbus_transacti
Line 338  xenbus_directory(struct xenbus_transacti
         return 0;          return 0;
 }  }
   
   void
   xenbus_directory_free(unsigned int num, char **dir)
   {
           free(dir, M_DEVBUF);
   }
   
 /* Check if a path exists. Return 1 if it does. */  /* Check if a path exists. Return 1 if it does. */
 int  int
 xenbus_exists(struct xenbus_transaction *t,  xenbus_exists(struct xenbus_transaction *t,

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>