in /usr/include/ppc/param.h

line 98

#define btodb(bytes) /***plumber***? takes two flags no ->, devBlockSize******/ /* calculates (bytes / DEV_BSIZE) */

it should be btodb(bytes, devBlockSize)

((unsigned)(bytes) >> DEV_BSHIFT)
#define dbtob(db) /***plumber***? takes two flags no ->, devBlockSize******/ /* calculates (db * DEV_BSIZE) */
((unsigned)(db) << DEV_BSHIFT)
#endif


is it an error of Apple ?



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to