[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.17 and 1.18

version 1.17, 2002/06/23 20:01:25 version 1.18, 2002/07/06 19:14:20
Line 94 
Line 94 
 #define SYSVMSG  #define SYSVMSG
 #define SYSVSHM  #define SYSVSHM
 #define LFS  #define LFS
 #define NTP  
 #include "../../sys/kern/syscalls.c"  #include "../../sys/kern/syscalls.c"
   
 #include "../../sys/compat/bsdos/bsdos_syscalls.c"  #include "../../sys/compat/bsdos/bsdos_syscalls.c"
Line 114 
Line 113 
 #undef SYSVMSG  #undef SYSVMSG
 #undef SYSVSHM  #undef SYSVSHM
 #undef LFS  #undef LFS
 #undef NTP  
   
 struct emulation {  struct emulation {
         char *name;             /* Emulation name */          char *name;             /* Emulation name */

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18