summaryrefslogtreecommitdiff
path: root/audio/csound-bath/patches/patch-ar
blob: 3657ec78527d638b693f6d72023808021d0f33ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ar,v 1.1 2002/01/21 11:28:17 wiz Exp $

--- sread.c.orig	Sat Feb 24 22:51:08 2001
+++ sread.c
@@ -1056,7 +1056,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