[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.109 and 1.110

version 1.109, 2015/10/03 09:12:39 version 1.110, 2015/10/03 21:47:40
Line 90 
Line 90 
 #define SYSVSEM  #define SYSVSEM
 #define SYSVMSG  #define SYSVMSG
 #define SYSVSHM  #define SYSVSHM
 #define LFS  #define ACCOUNTING
 #include <kern/syscalls.c>  #include <kern/syscalls.c>
   
 #include <compat/linux/linux_syscalls.c>  #include <compat/linux/linux_syscalls.c>
Line 101 
Line 101 
 #undef SYSVSEM  #undef SYSVSEM
 #undef SYSVMSG  #undef SYSVMSG
 #undef SYSVSHM  #undef SYSVSHM
 #undef LFS  #undef ACCOUNTING
   
 struct emulation {  struct emulation {
         char *name;             /* Emulation name */          char *name;             /* Emulation name */

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110