$NetBSD: patch-ab,v 1.1 2007/11/07 12:28:59 rillig Exp $

default.c:297: error: invalid lvalue in assignment

--- libedsio/default.c.orig	1999-04-01 12:15:30.000000000 +0200
+++ libedsio/default.c	2007-11-07 13:25:06.000000000 +0100
@@ -294,7 +294,7 @@ serializeio_source_alloc (SerialSource* 
 
       source->alloc_buf = source->alloc_buf_orig;
 
-      ALIGN_8 ((long)source->alloc_buf);
+      ALIGN_8 (*(long*)&source->alloc_buf);
     }
 
   if (len+source->alloc_pos > source->alloc_total)
