p4raw-id: //depot/perl@5505
=item umask() works, but the correct permissions are only set when the file is
finally close()d
-
+
=back
=head1 INSTALLATION
=head1 NAME
perldos - Perl under DOS, W31, W95.
-
+
=head1 SYNOPSIS
These are instructions for building Perl under DOS (or w??), using
to use long file names under w95, don't forget to use
set LFN=y
-
+
before unpacking the archive.
=item *
+++ /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 */