You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-libs/openipmi/files/openipmi-2.0.26-readline.patch

12 lines
291 B

--- OpenIPMI-2.0.26/sample/ipmi_serial_bmc_emu.c
+++ OpenIPMI-2.0.26/sample/ipmi_serial_bmc_emu.c
@@ -42,7 +42,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <sys/select.h>
-#include <editline/readline.h>
+#include <readline/readline.h>
#define _GNU_SOURCE
#include <getopt.h>