X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fconfig%2Fstds.h;h=3c9dc788ec8e44c305345074a2e7c64d4e812966;hp=46b411a963a2a900f98022f29c72a9fb76d7710b;hb=0dbe0fba4f4249be11524f8e2d3a1e115591cd18;hpb=507b08a6964bd9bf98784959aaa43796283a2d09 diff --git a/src/config/stds.h b/src/config/stds.h index 46b411a..3c9dc78 100644 --- a/src/config/stds.h +++ b/src/config/stds.h @@ -234,7 +234,7 @@ typedef struct afs_hyper_t { /* unsigned 64 bit integers */ #define hadd(a,b) (hadd32(a,(b).low), (a).high += (b).high) #endif /* AFS_64BIT_ENV */ -#ifndef KERNEL +#if !defined(KERNEL) || defined(UKERNEL) #ifndef AFS_NT40_ENV #define max(a, b) ((a) < (b) ? (b) : (a)) #define min(a, b) ((a) > (b) ? (b) : (a))