[BACK]Return to libdm_ioctl.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libdm

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

Diff for /src/lib/libdm/libdm_ioctl.c between version 1.1 and 1.2

version 1.1, 2011/02/08 03:20:15 version 1.2, 2011/05/30 01:10:57
Line 262  libdm_task_set_name(const char *name, li
Line 262  libdm_task_set_name(const char *name, li
         if ((prop_dictionary_set_cstring(libdm_task->ldm_task,          if ((prop_dictionary_set_cstring(libdm_task->ldm_task,
                     DM_IOCTL_NAME, name)) == false)                      DM_IOCTL_NAME, name)) == false)
                 return ENOENT;                  return ENOENT;
   
         return 0;          return 0;
 }  }
   
Line 285  libdm_task_set_uuid(const char *uuid, li
Line 285  libdm_task_set_uuid(const char *uuid, li
 {  {
   
         if ((prop_dictionary_set_cstring(libdm_task->ldm_task,          if ((prop_dictionary_set_cstring(libdm_task->ldm_task,
             DM_IOCTL_NAME, uuid)) == false)              DM_IOCTL_UUID, uuid)) == false)
                 return ENOENT;                  return ENOENT;
   
         return 0;          return 0;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>