Change 16108 by jhi@alpha on 2002/04/23 14:45:07
Subject: [PATCH] lib/File/Find.pm for QNX, NTO
From: Norton Allen <[EMAIL PROTECTED]>
Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/lib/File/Find.pm#63 edit
Differences ...
==== //depot/perl/lib/File/Find.pm#63 (text) ====
Index: perl/lib/File/Find.pm
--- perl/lib/File/Find.pm.~1~ Tue Apr 23 09:00:05 2002
+++ perl/lib/File/Find.pm Tue Apr 23 09:00:05 2002
@@ -1188,7 +1188,8 @@
$File::Find::dont_use_nlink = 1
if $^O eq 'os2' || $^O eq 'dos' || $^O eq 'amigaos' || $^O eq 'MSWin32' ||
- $^O eq 'cygwin' || $^O eq 'epoc';
+ $^O eq 'cygwin' || $^O eq 'epoc' || $^O eq 'qnx' ||
+ $^O eq 'nto';
# Set dont_use_nlink in your hint file if your system's stat doesn't
# report the number of links in a directory as an indication
End of Patch.