This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/vmmon-only/Makefile.kernel | |
+++ b/vmmon-only/Makefile.kernel | |
@@ -18,10 +18,10 @@ | |
# | |
########################################################## | |
-CC_OPTS += -DVMMON -DVMCORE | |
+CC_OPTS += -DMODULE -DVMMON -DVMCORE | |
INCLUDE := -I$(SRCROOT)/include -I$(SRCROOT)/include/x86 -I$(SRCROOT)/common -I$(SRCROOT)/linux |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/gtk/gtkmenushell.c | |
+++ b/gtk/gtkmenushell.c | |
@@ -142,6 +142,7 @@ | |
* if the user moves the mouse over an unselectable menuitem. | |
*/ | |
guint in_unselectable_item : 1; | |
+ guint button_down: 1; | |
}; | |
static void gtk_menu_shell_set_property (GObject *object, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/wpa_supplicant/wpa_supplicant.c | |
+++ b/wpa_supplicant/wpa_supplicant.c | |
@@ -1883,7 +1883,7 @@ | |
static void wpas_ext_capab_byte(struct wpa_supplicant *wpa_s, u8 *pos, int idx) | |
{ | |
- bool scs = true, mscs = true; | |
+ bool scs = false, mscs = false; | |
*pos = 0x00; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/kernel/Kbuild | |
+++ b/kernel/Kbuild | |
@@ -76,6 +76,7 @@ | |
EXTRA_CFLAGS += -DNV_CONFIG_X86_UV | |
endif | |
+KBUILD_CFLAGS_MODULE := $(EXTRA_CFLAGS) -I/usr/src/linux/include/linux -I/usr/src/linux/fs/proc --include internal.h | |
# | |
# The conftest.sh script tests various aspects of the target kernel. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For complete documentation of this file, please see Geany's main documentation | |
[styling] | |
# use foreground;background;bold;italic or named_style,bold,italic | |
# used for filetype All/None | |
default=default | |
# 3rd selection argument is true to override default foreground | |
# 4th selection argument is true to override default background | |
selection=selection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//-*-C-*- | |
N E_main_Q_http_req_ret_count; | |
void | |
http_req_ret_func( N connection_i | |
){ E_main_Q_http_req_ret_count++; | |
V0( unlink( E_net_http_S_connect[ connection_i ].file_name ) ){} | |
E_net_http_S_connect[ connection_i ].ret_func = 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//-*-C-*- | |
/******************************************************************************* | |
* ___ [obszar] | |
* ¦OUX¦ [system programowania] | |
* ¦/C+¦ [rodzaj składnika] | |
* --- [nazwa składnika] | |
* [tytuł elementu] | |
* ©overcq on ‟Gentoo Linux 17.1” “x86_64” 2022‒10‒22 L | |
*******************************************************************************/ | |
int |