Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 1995 06:13:44 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/ddb db_access.c db_aout.c db_break.c db_command.c db_examine.c db_expr.c db_input.c db_lex.c db_output.c db_print.c db_run.c db_sym.c db_variables.c db_watch.c
Message-ID:  <199511241413.GAA21137@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/11/24 06:13:43

  Modified:    sys/ddb   db_access.c db_aout.c db_break.c db_command.c
                        db_examine.c  db_expr.c db_input.c db_lex.c
                        db_output.c db_print.c db_run.c  db_sym.c
                        db_variables.c db_watch.c
  Log:
  Completed function declarations and/or added prototypes and/or #includes
  to get the prototypes.
  
  Changed some `int's to `boolean_t's.  boolean_t's are ints so they are
  hard to distinguish from ints.
  
  Converted function headers to old-style.  ddb is written in K&R1 C
  except where we broke it.



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