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:
Derrick Brashear 2008-07-16 05:25:09 +00:00
parent b4ce530d36
commit 4d7cfa1293

View File

@ -37,7 +37,7 @@ static pthread_t softsig_tid;
static struct {
void (*handler) (int);
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;
#endif /* !defined(AFS_DARWIN60_ENV) || !defined(AFS_NBSD_ENV) */
int inited;