$NetBSD: patch-ar,v 1.2 2003/01/19 21:31:13 hubertf Exp $

--- sread.c.orig	Sun Dec 15 22:54:28 2002
+++ sread.c
@@ -1150,7 +1150,7 @@
      * On Alpha we need to round up to 8 bytes (64 bits).
      * heh 981101
      */
-    bp = (SRTBLK *) ((((LONG) nxp) + 7) & ~0x7);
+    bp = (SRTBLK *) ((((long) nxp) + 7) & ~0x7);
 #else
     bp = (SRTBLK *) ((((long) nxp) + 3) & -4);
 #endif
