changeset 88f29ad4fd08 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=88f29ad4fd08
description:
        macos: MacOS has deprecated getdirentries, so just disable the code.
        Hopefully it isn't used much

diffstat:

 src/kern/tru64/tru64.hh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 091062b018b7 -r 88f29ad4fd08 src/kern/tru64/tru64.hh
--- a/src/kern/tru64/tru64.hh   Thu May 06 08:42:18 2010 -0700
+++ b/src/kern/tru64/tru64.hh   Thu May 06 08:42:21 2010 -0700
@@ -437,7 +437,7 @@
     {
         using namespace TheISA;
 
-#ifdef __CYGWIN__
+#if defined(__APPLE__) || defined(__CYGWIN__)
         panic("getdirent not implemented on cygwin!");
 #else
         int index = 0;
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to