Ugly addition of `_P'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1555 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-04-06 21:51:06 +00:00
parent 4259a6f7e1
commit b8d3e080cc

View File

@@ -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 */