whitespace

This commit is contained in:
Christopher Faylor
2002-12-12 03:09:38 +00:00
parent 023a6b2aff
commit 6d14741177
8 changed files with 21 additions and 15 deletions

View File

@@ -833,7 +833,7 @@ g_lstat(fn, sb, pglob)
{
/* FIXME: This only works as long as the application uses the old
struct stat with 32 bit off_t types!!!
As soon as we switch over to 64 bit, we have to decide by
the applications API minor version number, whether to use
a pointer to a __stat64 or a _stat32 struct to the
@@ -867,7 +867,7 @@ g_stat(fn, sb, pglob)
{
/* FIXME: This only works as long as the application uses the old
struct stat with 32 bit off_t types!!!
As soon as we switch over to 64 bit, we have to decide by
the applications API minor version number, whether to use
a pointer to a __stat64 or a _stat32 struct to the