git-svn: use sys* IO functions for reading rev_db
commitce4b4af7ff36d4e4999da937dffd2f9a3a420277
authorEric Wong <normalperson@yhbt.net>
Thu, 1 Feb 2007 01:57:36 +0000 (31 17:57 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:11 +0000 (23 00:57 -0800)
treeb89c9d584e49208ab3fd4487bb2206f8e958e486
parent9c93fee51e26d5db82414317fa169294f3fa94b0
git-svn: use sys* IO functions for reading rev_db

Using buffered IO for reading 40-41 bytes at a time isn't very
efficient.  Buffering writes for a short duration is alright
since we close() right away and buffers will be flushed.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl