From b8d3e080cc119abe683662eb0627b8bbbf7bf6fc Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 6 Apr 1997 21:51:06 +0000 Subject: [PATCH] Ugly addition of `_P' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1555 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kafs/kafs.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */