Switch file ops to stdio
commit71aa4f2884ba8c5e6f284249951b07b5f5092d9d
authorTamas TEVESZ <ice@extreme.hu>
Fri, 26 Mar 2010 19:25:27 +0000 (26 20:25 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 27 Mar 2010 09:31:13 +0000 (27 10:31 +0100)
tree277dc695da39d1050330e0640c676423108c6a93
parentea4645bc09e7359230a307dec23fa16eeda6c2e3
Switch file ops to stdio

- Does away with the O_BINARY abomination
- as a byproduct, plugs an fd leak in wcolorpanel.c:fetchFile()
- sprinkle some fsync()s to files that have been written to (this
  needs to be done everywhere)

+ fix brown paper bag thinko in configure.ac
WINGs/proplist.c
WINGs/wcolorpanel.c
WPrefs.app/Appearance.c
WPrefs.app/MouseSettings.c
configure.ac
src/osdep_linux.c
util/getstyle.c
wrlib/load.c