Compiling lib/sysquotas_4A.c cc-1164 cc: WARNING File = lib/sysquotas_4A.c, Line = 98 Argument of type "const char *" is incompatible with parameter of type "caddr_t". if ((ret = quotactl(QCMD(Q_GETQUOTA,USRQUOTA), bdev, id.uid, (void *)&D))&&errno != EDQUOT) { ^ cc-1164 cc: WARNING File = lib/sysquotas_4A.c, Line = 134 Argument of type "const char *" is incompatible with parameter of type "caddr_t". if ((ret = quotactl(QCMD(Q_GETQUOTA,USRQUOTA), bdev, id.uid, (void *)&D))==0) { ^ cc-1164 cc: WARNING File = lib/sysquotas_4A.c, Line = 205 Argument of type "const char *" is incompatible with parameter of type "caddr_t". ret = quotactl(QCMD(Q_SETQLIM,USRQUOTA), bdev, id.uid, (void *)&D); ^ cc-1164 cc: WARNING File = lib/sysquotas_4A.c, Line = 260 Argument of type "const char *" is incompatible with parameter of type "caddr_t". if ((ret = quotactl(QCMD(Q_GETQUOTA,USRQUOTA), bdev, id.uid, (void *)&D))==0) { ^
On Irix in <sys/quotas.h> /* * Definitions for the 'quotactl' system call for file system quotas. */ #ifndef _KERNEL extern int quotactl(int, caddr_t , int, caddr_t); #endif /* !_KERNEL */
*** Bug 2465 has been marked as a duplicate of this bug. ***
lowering priority
Reassign IRIX bugs to me.
Fixed in http://websvn.samba.org/cgi-bin/viewcvs.cgi?rev=9203&view=rev
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.