Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2001 13:21:56 -0700 (PDT)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/isa fd.c
Message-ID:  <200106202021.f5KKLuZ55129@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       2001/06/20 13:21:56 PDT

  Modified files:
    sys/isa              fd.c 
  Log:
  Cosmetics:
  
  . staticize out_fdc(), there's no longer an ft(4) driver sharing its use
  . remove in_fdc(), has been used by ft(4) last time, long since obsoleted
    by fd_in()
  . move the declaration of fd_clone() to where most of the other function
    declarations are
  . de-__P()ify fd_clone(), it's been the only _P()ed function in the
    entire file
  
  Revision  Changes    Path
  1.204     +4 -34     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?200106202021.f5KKLuZ55129>