[409] in Kerberos-V5-bugs
Re: Some bugs, some questions, and a Next.cf
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Tue Jan 25 16:14:54 1994
Date: Tue, 25 Jan 94 16:14:22 EST
From: tytso@MIT.EDU (Theodore Ts'o)
To: Andrew Gross <drew@drew.extern.ucsd.edu>
Cc: krb5-bugs@athena.mit.edu.
In-Reply-To: Andrew Gross's message of Mon, 24 Jan 94 23:11:45 -0800,
Date: Mon, 24 Jan 94 23:11:45 -0800
From: Andrew Gross <drew@drew.extern.ucsd.edu>
%%% This patch is needed to get several definitions out of stat.h
%%% on a NeXT.
What definitions from stat.h did you need? Why weren't they pulled in
from unistd.h and stdlib.h?
%%% Need this to get varargs.h on a NeXT
There's something wierd here. com_err.h will have pulled in stdarg.h,
unless you've modified it somehow. Won't something bad happen when you
include both stdarg.h and varargs.h?
- Ted