Remove excess argument to open(2).

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4b1501cb119f90892c0e0c2fabbd368baf7a106e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-10-02T22:40:57Z
Releases: 8.4.6
Remove excess argument to open(2).

Many compilers don't complain about this, but some do, and it's certainly
wrong.  Back-patch to 8.4 where the error was introduced.

Mark Kirkwood

Files

PathChange+/−
src/tools/fsync/test_fsync.c modified +1 −1