git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4313
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
GNU nano 2.0.8 - 2008.08.24
+008-08-08 Magnus Granberg <zorry@ume.nu> / Adam Conrad <?>
+ * files.c: (write_file): Add needed flags to open() calls when writing out files. Fixes Savannah bug
+ #23827: Compilation fails with -D_FORTIFY_SOURCE=2
+
2008-08-08 Chris Allegretta <chrisa@asty.org>
* files.c (write_file): Check exit code of fclose(), since in certain out of space conditions the OS will
happily report successful fwrite()s until you try and close the file. Fix for Savannah bug