diff options
author | Christopher Faylor <me@cgf.cx> | 2002-12-12 03:09:38 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-12-12 03:09:38 +0000 |
commit | 6d14741177aab17a98463658597f4b139fb39dba (patch) | |
tree | 0514a4c450974ff95786d2740cad9e58bb2623d7 /winsup/cygwin/glob.c | |
parent | 023a6b2aff08185fc691f72c49fbb05ecd8e2006 (diff) | |
download | cygnal-6d14741177aab17a98463658597f4b139fb39dba.tar.gz cygnal-6d14741177aab17a98463658597f4b139fb39dba.tar.bz2 cygnal-6d14741177aab17a98463658597f4b139fb39dba.zip |
whitespace
Diffstat (limited to 'winsup/cygwin/glob.c')
-rw-r--r-- | winsup/cygwin/glob.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/glob.c b/winsup/cygwin/glob.c index 971b3092e..32e4e60d6 100644 --- a/winsup/cygwin/glob.c +++ b/winsup/cygwin/glob.c @@ -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 |