[BACK]Return to db_command.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ddb

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

Diff for /src/sys/ddb/db_command.c between version 1.12 and 1.13

version 1.12, 1994/06/29 06:31:01 version 1.13, 1994/10/09 08:29:59
Line 45 
Line 45 
  */   */
 boolean_t       db_cmd_loop_done;  boolean_t       db_cmd_loop_done;
 jmp_buf         *db_recover;  jmp_buf         *db_recover;
 db_addr_t       db_dot;  
 db_addr_t       db_last_addr;  
 db_addr_t       db_prev;  
 db_addr_t       db_next;  
   
 /*  /*
  * if 'ed' style: 'dot' is set at start of last item printed,   * if 'ed' style: 'dot' is set at start of last item printed,

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>