Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 1999 05:59:42 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa wd.c src/sys/kern subr_diskmbr.c src/sys/pc98/pc98 fd.c wd.c diskslice_machdep.c src/sys/ufs/ufs ufs_disksubr.c src/sys/isa fd.c
Message-ID:  <199909131259.FAA62975@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/09/13 05:59:42 PDT

  Modified files:
    sys/i386/isa         wd.c 
    sys/kern             subr_diskmbr.c 
    sys/pc98/pc98        fd.c wd.c diskslice_machdep.c 
    sys/ufs/ufs          ufs_disksubr.c 
    sys/isa              fd.c 
  Log:
  Removed diskerr()'s unused d_name arg and updated callers.  This fixes
  warnings caused by the arg having the wrong type (not const enough).
  The arg was also wrong (a full name instead of a short one) for calls
  from from subr_diskmbr.c and pc98/diskslice_machdep.c.
  
  Revision  Changes    Path
  1.206     +2 -2      src/sys/i386/isa/wd.c
  1.41      +3 -5      src/sys/kern/subr_diskmbr.c
  1.72      +2 -2      src/sys/pc98/pc98/fd.c
  1.91      +2 -2      src/sys/pc98/pc98/wd.c
  1.27      +3 -4      src/sys/pc98/pc98/diskslice_machdep.c
  1.44      +3 -3      src/sys/ufs/ufs/ufs_disksubr.c
  1.162     +2 -2      src/sys/isa/fd.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?199909131259.FAA62975>