Minor comment improvement.

2005-04-19  Tor Lillqvist  <tml@novell.com>

	* glib/gutils.h: Minor comment improvement.

2005-04-18  Tor Lillqvist  <tml@novell.com>

	* glib/gfileutils.c: No <sys/wait.h> on Win32. Definition of
	save_errno was missing in one place.
This commit is contained in:
Tor Lillqvist
2005-04-19 08:08:36 +00:00
committed by Tor Lillqvist
parent 31da378f2d
commit 2def3c144f
6 changed files with 43 additions and 4 deletions

View File

@@ -33,7 +33,9 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifndef G_OS_WIN32
#include <sys/wait.h>
#endif
#include <fcntl.h>
#include <stdlib.h>
@@ -1160,7 +1162,7 @@ g_file_replace (const gchar *filename,
{
gchar *display_filename = g_filename_display_name (filename);
save_errno = errno;
int save_errno = errno;
g_set_error (error,
G_FILE_ERROR,