Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2001 16:39:36 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/hpfs hpfs_vfsops.c hpfs_vnops.c
Message-ID:  <200109122339.f8CNdap16445@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/09/12 16:39:36 PDT

  Modified files:
    sys/fs/hpfs          hpfs_vfsops.c hpfs_vnops.c 
  Log:
  Restore these files to being portable:
  - Use some simple #define's at the top of the files for proc -> thread
    changes instead of having lots of needless #ifdef's in the code.
  - Don't try to use struct thread in !FreeBSD code.
  - Don't use a few struct lwp's in some of the NetBSD code since it isn't
    in their HEAD.
  The new diff relative to before KSE is now signficantly smaller and easier
  to maintain.
  
  Revision  Changes    Path
  1.15      +45 -43    src/sys/fs/hpfs/hpfs_vfsops.c
  1.17      +30 -20    src/sys/fs/hpfs/hpfs_vnops.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?200109122339.f8CNdap16445>