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:
Björn Groenvall
1998-03-03 10:30:44 +00:00
parent dc04656b47
commit 562fc9df40

View File

@@ -101,9 +101,15 @@ struct ClearToken {
int32_t EndTimestamp;
};
#ifdef __STDC__
#ifndef __P
#define __P(x) x
#endif
#else
#ifndef __P
#define __P(x) ()
#endif
#endif
/* Use k_hasafs() to probe if the machine supports AFS syscalls.
The other functions will generate a SIGSYS if AFS is not supported */