[916] in Kerberos-V5-bugs
More AIX errors
daemon@ATHENA.MIT.EDU (Richard Basch)
Mon Oct 31 17:31:10 1994
Date: Mon, 31 Oct 1994 17:31:01 -0500
To: krb5-bugs@MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
1. kadmin/v4server/acl_files.c: line 495
For this to compile correctly, NULL has to be cast to (int)
2. appl/bsd: lots of files are blowing out here.
Cause: pid_t is believe to be undefined.
Cause: ac_cpp is including CCOPTS.
Fix: uncertain, since not all CCOPTS are always valid for cpp.
Probably, the pid_t test should be changed so that it
is a compile test, which declares a variable and tries
to reference it, much like the POSIX_FILE_LOCKS test.
-Richard