search for: e5fc62c

Displaying 2 results from an estimated 2 matches for "e5fc62c".

2011 Mar 16
0
[GIT PULL] elflink compiler warning fixes
...odules/passwd.c @@ -14,6 +14,7 @@ #include <xcrypt.h> #include <sha1.h> #include <base64.h> +#include <core-elf.h> #include <sys/module.h> #include "menu.h" diff --git a/com32/elflink/modules/printmsg.c b/com32/elflink/modules/printmsg.c index da9ec29..e5fc62c 100644 --- a/com32/elflink/modules/printmsg.c +++ b/com32/elflink/modules/printmsg.c @@ -26,6 +26,7 @@ #ifdef __COM32__ #include <com32.h> #endif +#include <core-elf.h> #include "menu.h" diff --git a/core/elflink/core-elf.h b/core/elflink/core-elf.h index d13f506..dcca...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and