Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 1998 02:11:45 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/ddb db_lex.c db_lex.h db_output.c db_print.c db_sym.c db_variables.c db_variables.h ddb.h src/sys/i386/i386 db_trace.c
Message-ID:  <199807080911.CAA01791@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/08 02:11:44 PDT

  Modified files:
    sys/ddb              db_lex.c db_lex.h db_output.c db_print.c 
                         db_sym.c db_variables.c db_variables.h 
                         ddb.h 
    sys/i386/i386        db_trace.c 
  Log:
  Fixed bogus type of valuep in struct db_variable.  It was `int *' and
  became `long *' for alpha, but should always have been `db_expr_t *'.
  Fixed variable types to match.
  
  Revision  Changes    Path
  1.17      +3 -3      src/sys/ddb/db_lex.c
  1.11      +2 -2      src/sys/ddb/db_lex.h
  1.24      +3 -3      src/sys/ddb/db_output.c
  1.22      +3 -2      src/sys/ddb/db_print.c
  1.25      +3 -3      src/sys/ddb/db_sym.c
  1.16      +2 -2      src/sys/ddb/db_variables.c
  1.10      +2 -2      src/sys/ddb/db_variables.h
  1.19      +5 -5      src/sys/ddb/ddb.h
  1.29      +17 -17    src/sys/i386/i386/db_trace.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807080911.CAA01791>