summaryrefslogtreecommitdiff
path: root/src/kern/solaris/solaris.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2006-06-17 18:44:42 -0400
committerAli Saidi <saidi@eecs.umich.edu>2006-06-17 18:44:42 -0400
commite5d20ad48e6811090f67961efb9cf615a6371bb3 (patch)
treec0f1db64ee37263572246ae96df5d556e7b96385 /src/kern/solaris/solaris.hh
parent174f7753ae8b5d5c856f262e770e3184f37077ea (diff)
parent989562bed9fb5e8b11c178e33acab07fb64f7bcd (diff)
downloadgem5-e5d20ad48e6811090f67961efb9cf615a6371bb3.tar.xz
Merge zizzer:/bk/newmem
into zeep.eecs.umich.edu:/z/saidi/work/m5.newmem --HG-- extra : convert_revision : 9b628a0ee157657ac76c3a9455108d033c125822
Diffstat (limited to 'src/kern/solaris/solaris.hh')
-rw-r--r--src/kern/solaris/solaris.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kern/solaris/solaris.hh b/src/kern/solaris/solaris.hh
index 0fec0bcce..b819fb6d2 100644
--- a/src/kern/solaris/solaris.hh
+++ b/src/kern/solaris/solaris.hh
@@ -74,7 +74,7 @@ class Solaris {
typedef uint32_t nlink_t;
//@}
-#if BSD_HOST
+#if NO_STAT64
typedef struct stat hst_stat;
typedef struct stat hst_stat64;
#else
@@ -177,7 +177,7 @@ class Solaris {
/// Helper function to convert a host stat buffer to a target stat
/// buffer. Also copies the target buffer out to the simulated
/// memory space. Used by stat(), fstat(), and lstat().
-#if !BSD_HOST
+#if !NO_STAT64
static void
copyOutStatBuf(TranslatingPort *mem, Addr addr, hst_stat *host)
{