mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:47:35 +00:00
Ports: Upgrade dmidecode to version 3.3
This commit is contained in:
parent
65c27bfe52
commit
6e8f86b44b
5 changed files with 63 additions and 19 deletions
13
Ports/dmidecode/patches/dmiopt.h.patch
Normal file
13
Ports/dmidecode/patches/dmiopt.h.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/dmiopt.h b/dmiopt.h
|
||||
index 2374637..d215aff 100644
|
||||
--- a/dmiopt.h
|
||||
+++ b/dmiopt.h
|
||||
@@ -45,7 +45,7 @@ extern struct opt opt;
|
||||
#define FLAG_QUIET (1 << 3)
|
||||
#define FLAG_DUMP_BIN (1 << 4)
|
||||
#define FLAG_FROM_DUMP (1 << 5)
|
||||
-#define FLAG_NO_SYSFS (1 << 6)
|
||||
+#define FLAG_NO_PROCFS (1 << 6)
|
||||
|
||||
int parse_command_line(int argc, char * const argv[]);
|
||||
void print_help(void);
|
Loading…
Add table
Add a link
Reference in a new issue