bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] Typo to allow compilation


From: Simon Josefsson
Subject: [bug-inetutils] Typo to allow compilation
Date: Thu, 08 Mar 2007 12:19:47 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.94 (gnu/linux)

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  <address@hidden>

        * 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 *);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]