Displaying 3 results from an estimated 3 matches for "0983349".
Did you mean:
983349
2017 Aug 23
0
[PATCH v2 supermin 1/1] Switch binary embedding to a C source
...+-
src/Makefile.am | 18 +++++++++---------
src/{bin2s.pl => bin2c.pl} | 24 +++++++++---------------
src/format-ext2-init-c.c | 9 ++++-----
4 files changed, 23 insertions(+), 30 deletions(-)
rename src/{bin2s.pl => bin2c.pl} (69%)
diff --git a/.gitignore b/.gitignore
index 0983349..918b2f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,7 +40,7 @@ pod2htm?.tmp
/snippet/
/src/.depend
/src/config.ml
-/src/format-ext2-init-bin.S
+/src/format-ext2-init-bin.h
/src/supermin
/src/supermin.1
/src/supermin-link.sh
diff --git a/src/Makefile.am b/src/Makefile.am
index 5670a0d..d8...
2017 Mar 01
3
[PATCH supermin 0/2] Use AC_HEADER_MAJOR to find definitions of major, minor, makedev.
Quite a complex fix in the end, see the comment in the second commit.
Rich.
2017 Aug 23
2
[PATCH v2 supermin 0/1] Fix embedding of init
Hi,
this patch replaces the first simpler version:
https://www.redhat.com/archives/libguestfs/2017-August/msg00117.html
The approach now is to use a C snippet, which should pose way less
compatibility issues.
Thanks,
Pino Toscano (1):
Switch binary embedding to a C source
.gitignore | 2 +-
src/Makefile.am | 18 +++++++++---------
src/{bin2s.pl => bin2c.pl} |