mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-elif-missing-defined-20061011
FIXES 42321 add missing defined() to avoid warning on macro (cherry picked from commit cbc3b26165f18fbcf9e41b493541ed0a8035bc37)
This commit is contained in:
parent
44c4045c29
commit
c4897e29fe
@ -100,7 +100,7 @@ copyin_afs_ioctl(caddr_t cmarg, struct afs_ioctl *dst)
|
||||
|
||||
#ifdef AFS_SPARC64_LINUX26_ENV
|
||||
if (test_thread_flag(TIF_32BIT))
|
||||
#elif AFS_SPARC64_LINUX24_ENV
|
||||
#elif defined(AFS_SPARC64_LINUX24_ENV)
|
||||
if (current->thread.flags & SPARC_FLAG_32BIT)
|
||||
#elif defined(AFS_SPARC64_LINUX20_ENV)
|
||||
if (current->tss.flags & SPARC_FLAG_32BIT)
|
||||
@ -367,7 +367,7 @@ copyin_iparam(caddr_t cmarg, struct iparam *dst)
|
||||
|
||||
#ifdef AFS_SPARC64_LINUX26_ENV
|
||||
if (test_thread_flag(TIF_32BIT))
|
||||
#elif AFS_SPARC64_LINUX24_ENV
|
||||
#elif defined(AFS_SPARC64_LINUX24_ENV)
|
||||
if (current->thread.flags & SPARC_FLAG_32BIT)
|
||||
#elif defined(AFS_SPARC64_LINUX20_ENV)
|
||||
if (current->tss.flags & SPARC_FLAG_32BIT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user