svn rev #25039: trunk/src/util/ss/

ghudson@MIT.EDU ghudson at MIT.EDU
Fri Jul 22 14:59:08 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25039
Commit By: ghudson
Log Message:
Don't include <editline/history.h>.

editline puts all of its readline compatibility declarations in
editline/readline.h, and some versions apparently don't have the
history.h symlink.


Changed Files:
U   trunk/src/util/ss/listen.c
Modified: trunk/src/util/ss/listen.c
===================================================================
--- trunk/src/util/ss/listen.c	2011-07-22 16:58:35 UTC (rev 25038)
+++ trunk/src/util/ss/listen.c	2011-07-22 18:59:08 UTC (rev 25039)
@@ -16,7 +16,6 @@
 
 #if defined(HAVE_LIBEDIT)
 #include <editline/readline.h>
-#include <editline/history.h>
 #elif defined(HAVE_READLINE)
 #include <readline/readline.h>
 #include <readline/history.h>




More information about the cvs-krb5 mailing list