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/app-editors/fte/files/fte-new_keyword.patch

15 lines
340 B

--- src/con_linux.cpp.orig 2005-01-30 22:46:54.170485296 +0300
+++ src/con_linux.cpp 2005-01-30 22:46:28.859333176 +0300
@@ -50,7 +50,11 @@
#include <linux/major.h>
#include <linux/kdev_t.h>
#include <linux/kd.h>
+extern "C" {
+#define new xnew
#include <linux/keyboard.h>
+#undef new
+}
#ifdef USE_GPM
extern "C" {
#include <gpm.h>