fix #if. I wonder why my compiler had no issues. Even though it is clearly

wrong

arch/alpha/alpha_linux_process.cc:
    fix #if. I wonder why my compiler had no issues

--HG--
extra : convert_revision : 880a0442b28811db5ec548ce940060d4b26ec634
This commit is contained in:
Ali Saidi 2006-02-11 11:01:51 -05:00
parent 96d6ac441c
commit 59ba3d463c

View file

@ -316,7 +316,7 @@ class Linux {
tgt->tgt_st_atime = htog(host->st_atime);
tgt->tgt_st_mtime = htog(host->st_mtime);
tgt->tgt_st_ctime = htog(host->st_ctime);
#ifdef STAT_HAVE_NSEC || BSD_HOST == 1
#if defined(STAT_HAVE_NSEC) || (BSD_HOST == 1)
tgt->st_atime_nsec = htog(host->st_atime_nsec);
tgt->st_mtime_nsec = htog(host->st_mtime_nsec);
tgt->st_ctime_nsec = htog(host->st_ctime_nsec);