diff --git a/lib/kafs/kafs.h b/lib/kafs/kafs.h index 23d59a67a..b17ef94da 100644 --- a/lib/kafs/kafs.h +++ b/lib/kafs/kafs.h @@ -73,6 +73,10 @@ struct ClearToken { int32_t EndTimestamp; }; +#ifndef __P +#define __P(x) x +#endif + /* Use k_hasafs() to probe if the machine supports AFS syscalls. The other functions will generate a SIGSYS if AFS is not supported */