mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
softsig-structure-handling-20080716
LICENSE IPL10 this is sort of a dumb ifdef. harmless, but fix it to be what it's supposed to
This commit is contained in:
parent
b4ce530d36
commit
4d7cfa1293
@ -37,7 +37,7 @@ static pthread_t softsig_tid;
|
|||||||
static struct {
|
static struct {
|
||||||
void (*handler) (int);
|
void (*handler) (int);
|
||||||
int pending;
|
int pending;
|
||||||
#if !defined(AFS_DARWIN60_ENV) || defined(AFS_NBSD30_ENV) || !defined(AFS_NBSD_ENV)
|
#if !(defined(AFS_DARWIN60_ENV) || (defined(AFS_NBSD_ENV) && !defined(AFS_NBSD30_ENV)))
|
||||||
int fatal;
|
int fatal;
|
||||||
#endif /* !defined(AFS_DARWIN60_ENV) || !defined(AFS_NBSD_ENV) */
|
#endif /* !defined(AFS_DARWIN60_ENV) || !defined(AFS_NBSD_ENV) */
|
||||||
int inited;
|
int inited;
|
||||||
|
Loading…
Reference in New Issue
Block a user