diff options
Diffstat (limited to 'security/0d1n/files/patch-src_0d1n.c')
-rw-r--r-- | security/0d1n/files/patch-src_0d1n.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/0d1n/files/patch-src_0d1n.c b/security/0d1n/files/patch-src_0d1n.c new file mode 100644 index 000000000000..1ebac768a042 --- /dev/null +++ b/security/0d1n/files/patch-src_0d1n.c @@ -0,0 +1,12 @@ +--- src/0d1n.c.orig 2023-02-20 12:38:21 UTC ++++ src/0d1n.c +@@ -62,8 +62,7 @@ main (int argc, char ** argv) + /* remove comment to test the patch + */ + #ifdef __GNUC__ +-# if __GNUC_PREREQ(10,0) +- ++# if __GNUC__ >= 10 + scan_gcc_new(); + # else + scan_gcc_old(); |