I haven't seen this is on the list yet so I try again:

While making cvs 1.12.5 compile on VMS again I came across a problem in
src/socket-client.c.  Proposed patch against 1.12.5:

A400> cvs -z3 diff -ur "HEAD" socket-client.c
Index: socket-client.c
===================================================================
RCS file: /cvs/ccvs/src/socket-client.c,v
retrieving revision 1.11
diff -u -r1.11 socket-client.c
--- socket-client.c     18 Nov 2003 20:02:23 -0000      1.11
+++ socket-client.c     2 Jan 2004 19:24:16 -0000
@@ -84,7 +84,7 @@

 struct buffer *
 socket_buffer_initialize( int socket, int input,
-                          void *memory( struct buffer * ) )
+                          void (*memory)( struct buffer * ) )
 {
     struct socket_buffer *sbuf = xmalloc (sizeof *sbuf);
     sbuf->socket = socket;

This makes it conform to the declaration in socket-client.h.  Not sure
if it makes it work as intendend, though...

Michael


--
Michael Lemke
Sternwarte Bamberg, University of Erlangen-N�rnberg, Germany
([EMAIL PROTECTED])


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to