Package: elektroid / 3.2.3-1.1

Metadata

Package Version Patches format
elektroid 3.2.3-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix declarations of fs_get_exts.patch | (download)

src/connectors/common.c | 6 4 + 2 - 0 !
src/connectors/microbrute.c | 3 2 + 1 - 0 !
src/connectors/microfreak.c | 12 8 + 4 - 0 !
src/connectors/phatty.c | 3 2 + 1 - 0 !
src/connectors/summit.c | 3 2 + 1 - 0 !
src/sample.c | 6 5 + 1 - 0 !
6 files changed, 23 insertions(+), 10 deletions(-)

 fix declarations of fs_get_exts

With more strict typing, compilation was failing.

0002 Fix declarations of fs_get_exts.patch | (download)

src/connectors/common.h | 6 4 + 2 - 0 !
src/sample.c | 3 0 + 3 - 0 !
src/sample.h | 6 5 + 1 - 0 !
3 files changed, 9 insertions(+), 6 deletions(-)

 fix declarations of fs_get_exts

With more strict typing, compilation was failing. This is due to the `-std=gnu23`
being used by default.

This is a continuation of the previous commit as headers were not fixed.