[OpenAFS-devel] 1.3.71 on AIX 5.2 with VAC 6.0

Jim Rees rees@umich.edu
Tue, 28 Sep 2004 08:19:33 -0400


I think aix is being unnecessarily picky.

Originally there were no prototypes for any of the function pointers.  I
added them for the ufs ops but it was tedious so I skipped the mem ops.
Someone should add them.  I get compiler warnings but it still builds.

The problem at line 1540 could be fixed by removing the semicolon after
XSTATS_DECLS, or moving XSTATS_DECLS to the end of the decls.  Kolya will
fix this if you ask nicely.