Change 18584 by jhi@kosh on 2003/01/26 09:11:23

        Plan 9 doesn't really have the symlink API, from Russ Cox.

Affected files ...

... //depot/perl/plan9/plan9ish.h#11 edit

Differences ...

==== //depot/perl/plan9/plan9ish.h#11 (text) ====
Index: perl/plan9/plan9ish.h
--- perl/plan9/plan9ish.h#10~18583~     Sun Jan 26 01:08:36 2003
+++ perl/plan9/plan9ish.h       Sun Jan 26 01:11:23 2003
@@ -133,4 +133,8 @@
 
 #define CONDOP_SIZE 4 /* The Plan 9 compiler cannot return quads from ?: */
 
+#undef HAS_SYMLINK     /* Plan 9 doesn't really have these. */
+#undef HAS_LSTAT
+#undef HAS_READLINK
+
 #endif /* __PLAN9ISH_H__ */
End of Patch.

Reply via email to