mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
rxinit_status needs to be global for the kext since
RXK_UPCALL_ENV is defined in src/rx/DARWIN/rx_knet.c Change-Id: I23b535f0cd6b45c3e186319c4bacf5b6c5a93681 Reviewed-on: http://gerrit.openafs.org/12073 Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
bf3707ccbf
commit
f3145b0de0
@ -447,7 +447,7 @@ struct rx_serverQueueEntry *rx_waitForPacket = 0;
|
||||
* by the kernel. Whether this will ever overlap anything in
|
||||
* /etc/services is anybody's guess... Returns 0 on success, -1 on
|
||||
* error. */
|
||||
#ifndef AFS_NT40_ENV
|
||||
#if !(defined(AFS_NT40_ENV) || defined(RXK_UPCALL_ENV))
|
||||
static
|
||||
#endif
|
||||
rx_atomic_t rxinit_status = RX_ATOMIC_INIT(1);
|
||||
|
Loading…
Reference in New Issue
Block a user