[BACK]Return to kdump.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / kdump

Diff for /src/usr.bin/kdump/kdump.c between version 1.77 and 1.78

version 1.77, 2012/12/25 09:35:51 version 1.78, 2013/04/15 16:47:14
Line 904 
Line 904 
 static struct ctlname fsname[] = CTL_FS_NAMES;  static struct ctlname fsname[] = CTL_FS_NAMES;
 static struct ctlname netname[] = CTL_NET_NAMES;  static struct ctlname netname[] = CTL_NET_NAMES;
 static struct ctlname hwname[] = CTL_HW_NAMES;  static struct ctlname hwname[] = CTL_HW_NAMES;
 static struct ctlname username[] = CTL_USER_NAMES;  
 static struct ctlname debugname[CTL_DEBUG_MAXID];  static struct ctlname debugname[CTL_DEBUG_MAXID];
 static struct ctlname kernmallocname[] = CTL_KERN_MALLOC_NAMES;  static struct ctlname kernmallocname[] = CTL_KERN_MALLOC_NAMES;
 static struct ctlname forkstatname[] = CTL_KERN_FORKSTAT_NAMES;  static struct ctlname forkstatname[] = CTL_KERN_FORKSTAT_NAMES;
Line 974 
Line 973 
                         SETNAME(machdepname);                          SETNAME(machdepname);
                         break;                          break;
 #endif  #endif
                 case CTL_USER:  
                         SETNAME(username);  
                         break;  
                 case CTL_DDB:                  case CTL_DDB:
                         SETNAME(ddbname);                          SETNAME(ddbname);
                         break;                          break;

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78