Nice to see some traffic on this list. :)

I have a patch that has been sitting in my local CVS repository for a
while, that fixes building of inetutils --with-shishi.  Could someone
take a look at this one?

/Simon

2006-11-17  Simon Josefsson  <[EMAIL PROTECTED]>

        * telnet/ring.h (ring_encrypt): Fix typo in prototype.

Index: telnet/ring.h
===================================================================
RCS file: /cvsroot/inetutils/inetutils/telnet/ring.h,v
retrieving revision 1.6
diff -u -p -r1.6 ring.h
--- telnet/ring.h       21 Oct 2006 15:24:19 -0000      1.6
+++ telnet/ring.h       8 Mar 2007 11:17:46 -0000
@@ -79,7 +79,7 @@ ring_full_count (Ring * ring), ring_full

 #ifdef ENCRYPTION
 extern void
-ring_encrypt (Ring * ring, void (*func ())), ring_clearto (Ring * ring);
+ring_encrypt (Ring * ring, void (*func) ()), ring_clearto (Ring * ring);
 #endif /* ENCRYPTION */

 extern void ring_clear_mark (Ring *);


_______________________________________________
Bug-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-inetutils

Reply via email to