Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2002 13:30:09 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys dmap.h types.h
Message-ID:  <200210032030.g93KU9S2018334@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/10/03 13:30:09 PDT

  Modified files:
    sys/sys              dmap.h types.h 
  Log:
  Move swblk_t from sys/types.h to sys/dmap.h, the only include that uses
  it.  It's also only used in vm/vm_swap.c, but that is also the only source
  file that #include's <sys/dmap.h>.  sys/dmap.h could probably be embedded
  entirely in vm_swap.c since that is the only consumer of it.
  
  Revision  Changes    Path
  1.8       +3 -1      src/sys/sys/dmap.h
  1.75      +0 -1      src/sys/sys/types.h

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?200210032030.g93KU9S2018334>