[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.83.4.1 and 1.83.4.2

version 1.83.4.1, 2006/04/22 11:38:45 version 1.83.4.2, 2006/06/01 22:36:02
Line 394  db_command(const struct db_command **las
Line 394  db_command(const struct db_command **las
         db_expr_t       addr, count;          db_expr_t       addr, count;
         boolean_t       have_addr = FALSE;          boolean_t       have_addr = FALSE;
         int             result;          int             result;
   
         static db_expr_t last_count = 0;          static db_expr_t last_count = 0;
   
           cmd = NULL;     /* XXX gcc */
   
         t = db_read_token();          t = db_read_token();
         if ((t == tEOL) || (t == tCOMMA)) {          if ((t == tEOL) || (t == tCOMMA)) {
                 /*                  /*

Legend:
Removed from v.1.83.4.1  
changed lines
  Added in v.1.83.4.2

CVSweb <webmaster@jp.NetBSD.org>