23 Jun
2008
23 Jun
'08
5:57 a.m.
On Jun 22, 2008, at 9:52 PM, Jonathan Smith wrote:
rquota_xdr.c:125: error: expected declaration specifiers or ‘...’
before ‘gqr_status’
rquota_xdr.c is generated dynamically. You probably have at the
beginning of the file:
#include "/usr/include/rpcsvc/rquota.h"
Does it work if you change that to:
#include "rquota.h"