Deleted Added
full compact
63c63
< if ((int)dp & 03) /* bogus pointer check */
---
> if ((long)dp & 03L) /* bogus pointer check */