Switch to stdio-based I/O for writing descriptor file.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 17 Aug 2007 04:38:25 +0000 (21:38 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Fri, 17 Aug 2007 04:38:25 +0000 (21:38 -0700)
commit977ee3e11dfea651ed87d92c001067158b7c2ba8
treeecbc677296b9f61dddbf9395849031fcbb37ebe9
parentdbba40b5a3722e4acb0cc043f0be1bebff872f27
Switch to stdio-based I/O for writing descriptor file.

This should be a little bit easier to hook into filtering code (we can open
the output file, spawn the filter, and then fdopen the resulting
descriptor), which will be used when implementing signing of the descriptor
files.
scandir.cc