Fix broken definition of __P.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4518 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -101,9 +101,15 @@ struct ClearToken {
|
|||||||
int32_t EndTimestamp;
|
int32_t EndTimestamp;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifdef __STDC__
|
||||||
#ifndef __P
|
#ifndef __P
|
||||||
#define __P(x) x
|
#define __P(x) x
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
#ifndef __P
|
||||||
|
#define __P(x) ()
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Use k_hasafs() to probe if the machine supports AFS syscalls.
|
/* Use k_hasafs() to probe if the machine supports AFS syscalls.
|
||||||
The other functions will generate a SIGSYS if AFS is not supported */
|
The other functions will generate a SIGSYS if AFS is not supported */
|
||||||
|
Reference in New Issue
Block a user