Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 1995 05:18:09 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/i386/isa/pcvt pcvt_drv.c pcvt_hdr.h
Message-ID:  <199504251218.FAA28591@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
bde         95/04/25 05:18:08

  Modified:    sys/i386/isa/pcvt  pcvt_drv.c pcvt_hdr.h
  Log:
  Fix benign type mismatches int console functions.  dev_t was assumed
  to be `int' or smaller and some functions returned `int' instead
  of `void'.  The first bug was detected when console functions were
  defined in a place central enough for type checking to actually
  work and the second bug was introduced when the interface was
  changed to match what the console functions in other drivers actually
  return.



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