[BACK]Return to defs.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / sysinst

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

Diff for /src/usr.sbin/sysinst/defs.h between version 1.36 and 1.37

version 1.36, 2019/06/21 21:54:39 version 1.37, 2019/07/12 18:28:08
Line 249  struct part_usage_info {
Line 249  struct part_usage_info {
                                          * is available */                                           * is available */
 #define PUIFLAG_ADD_OUTER       2       /* Add this partition to the outer  #define PUIFLAG_ADD_OUTER       2       /* Add this partition to the outer
                                          * partitions (if available) */                                           * partitions (if available) */
 #define PUIFLG_IS_OUTER         4  #define PUIFLG_IS_OUTER         4       /* this is an existing outer one */
 #define PUIFLG_JUST_MOUNTPOINT  8       /* tmpfs of mfs mountpoints */  #define PUIFLAG_ADD_INNER       8       /* add outer also to inner */
   #define PUIFLG_JUST_MOUNTPOINT  16      /* tmpfs of mfs mountpoints */
         uint flags;          uint flags;
         struct disk_partitions *parts;  /* Where does this partition live?          struct disk_partitions *parts;  /* Where does this partition live?
                                          * We currently only support                                           * We currently only support

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb <webmaster@jp.NetBSD.org>