Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2004 16:40:36 -0800 (PST)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/db/mpool mpool.c
Message-ID:  <200401200040.i0K0easg085652@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2004/01/19 16:40:36 PST

  FreeBSD src repository

  Modified files:
    lib/libc/db/mpool    mpool.c 
  Log:
  Simplify mpool_get() and mpool_write() by using pread() and pwrite()
  instead of lseek()/_read() and lseek()/_write().
  
  PR:             bin/54276
  Submitted by:   <dnelson@allantgroup.com>
  
  Revision  Changes    Path
  1.11      +3 -6      src/lib/libc/db/mpool/mpool.c



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