[OpenAFS-devel] Re: OpenAFS CVS Commit: openafs/src/rxgen by shadow

Derrick J Brashear shadow@dementia.org
Wed, 13 Feb 2002 14:24:49 -0500 (EST)


On Wed, 13 Feb 2002, Neulinger, Nathan wrote:

> > already have
> > ports for all of them. The only port I can't check is HPUX 11.
> 
> Have builds worked ok on all the systems since that rxgen change?

Can't tell you authoritatively, I'm unable to log into my AIX box, but
that will be resolved shortly.

> Actually, I can test that one easily enough, just not a full kernel
> compile. As far as I know, on hpux 11, the compile that is used is fully
> ansi and prototype capable. It's using the -Ae option, and usually on
> HP-UX when -Ae or -Aa are used, they are a halfway reasonable compiler.

> What about the:
> 
> int x(void)
> vs.
> int x()
> 
> issue? Should void be used, or should a blank parameter list be used?

the former makes more sense, but i know recently i had an issue where a
compile objected; i just wish i could remember what and where. (it might
have been a c++ compiler, in which case i don't care; fingers in too many
pies means i can't remember what's what)