mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
afs: Remove redundant AFS_LINUX_ENV test
After our Linux checks were converted to AFS_LINUX_ENV in commit 6329a523 (Change AFS*_LINUXnn_ENV to AFS*_LINUX_ENV), the extra AFS_LINUX_ENV check in this line doesn't make any sense. Get rid of it. Change-Id: I4196744b1a6674469efef04aa487a50743084656 Reviewed-on: https://gerrit.openafs.org/14935 Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net> Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
c40c0bd00b
commit
a7d04f0770
@ -73,7 +73,7 @@ extern enum afs_shutdown_state afs_shuttingdown;
|
||||
#if defined(AFS_HPUX102_ENV)
|
||||
#define AFS_FLOCK k_flock
|
||||
#else
|
||||
#if defined(AFS_SUN5_ENV) || (defined(AFS_LINUX_ENV) && !(defined(AFS_LINUX_ENV) && defined(AFS_LINUX_64BIT_KERNEL)))
|
||||
#if defined(AFS_SUN5_ENV) || (defined(AFS_LINUX_ENV) && !defined(AFS_LINUX_64BIT_KERNEL))
|
||||
#define AFS_FLOCK flock64
|
||||
#else
|
||||
#define AFS_FLOCK flock
|
||||
|
Loading…
x
Reference in New Issue
Block a user