Hi,

Following on from the other addpodule() compilation failures, I'm
getting one on the svn trunk HEAD in network-linux.c. I haven't tried
to use the networking code, so I don't know if the attached patch
breaks it, but at least it gets it compiling on my Ubuntu Hardy x86_64
box.

Cheers,

Andrew

-- 
Andrew Flegg -- mailto:[EMAIL PROTECTED] | http://www.bleb.org/
Index: src/network-linux.c
===================================================================
--- src/network-linux.c	(revision 128)
+++ src/network-linux.c	(working copy)
@@ -373,7 +373,7 @@
         sa.sa_handler = sig_io;
         sigaction(SIGIO, &sa, NULL);
 
-        poduleinfo = addpodule(NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
+        poduleinfo = addpodule(NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0);
         if (poduleinfo == NULL) printf("No free podule for networking\n");
     }
 }
_______________________________________________
Rpcemu mailing list
[email protected]
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu

Reply via email to