[BACK]Return to dm.h 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/dm.h between version 1.1.2.2 and 1.2

version 1.1.2.2, 2011/02/08 19:01:36 version 1.2, 2016/01/22 22:11:28
Line 31 
Line 31 
 #ifndef _LIB_DM_H_  #ifndef _LIB_DM_H_
 #define _LIB_DM_H_  #define _LIB_DM_H_
   
   #include <sys/cdefs.h>
   #include <stddef.h>
   #include <stdint.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 #define DM_DEVICE_PATH "/dev/mapper/control"  #define DM_DEVICE_PATH "/dev/mapper/control"

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

CVSweb <webmaster@jp.NetBSD.org>