diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-04 04:00:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-04 04:00:44 +0000 |
commit | 0498d68d11b2deda84ef13402f715e4d86b5c7c2 (patch) | |
tree | 95daa879c16e48c7e3c4bf4d5476085c53606c29 /README.os2 | |
parent | 9f538c0458a40ff03fab4dd6c72f8e1e0960f80a (diff) | |
download | perl-0498d68d11b2deda84ef13402f715e4d86b5c7c2.tar.gz |
rid blanks in pods (from Michael G Schwern)
p4raw-id: //depot/perl@5505
Diffstat (limited to 'README.os2')
-rw-r--r-- | README.os2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.os2 b/README.os2 index 46f032a7ff..a69ea0d4ce 100644 --- a/README.os2 +++ b/README.os2 @@ -830,7 +830,7 @@ to EMX headers: +++ /emx/include/sys/stat.h Sun Jul 12 14:11:32 1998 @@ -53,7 +53,7 @@ struct stat #endif - + #if !defined (S_IFMT) -#define S_IFMT 0160000 /* Mask for file type */ +#define S_IFMT 0170000 /* Mask for file type */ |