Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 1997 09:55:02 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/isa/sound midibuf.c mpu401.c os.h sequencer.c sound_calls.h sound_timer.c soundcard.c sys_timer.c uart6850.c
Message-ID:  <199704201655.JAA00925@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/04/20 09:55:01

  Modified:    sys/i386/isa/sound  midibuf.c mpu401.c os.h sequencer.c
                        sound_calls.h  sound_timer.c soundcard.c
                        sys_timer.c uart6850.c
  Log:
  Fixed the type of timeout functions and removed casts that hid the
  type mismatches.  Not taking an arg in sequencer_timer() broke
  `cc  -mrtd'.
  
  Revision  Changes    Path
  1.13      +2 -2      src/sys/i386/isa/sound/midibuf.c
  1.16      +1 -1      src/sys/i386/isa/sound/mpu401.c
  1.30      +1 -2      src/sys/i386/isa/sound/os.h
  1.15      +1 -1      src/sys/i386/isa/sound/sequencer.c
  1.19      +1 -1      src/sys/i386/isa/sound/sound_calls.h
  1.7       +1 -1      src/sys/i386/isa/sound/sound_timer.c
  1.50      +4 -4      src/sys/i386/isa/sound/soundcard.c
  1.7       +3 -3      src/sys/i386/isa/sound/sys_timer.c
  1.9       +1 -1      src/sys/i386/isa/sound/uart6850.c



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