Package: flashprog / 1.5-2~exp1

Metadata

Package Version Patches format
flashprog 1.5-2~exp1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1f7f85f.diff | (download)

udelay.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] udelay: add cast for `tv_nsec` to always meet format string

There are libc's around where `tv_nsec` isn't a `long`, e.g. glibc
on x32. Casting to long should always be safe, as `tv_nsec` is de-
fined to be within [0, 999'999'999] (on this code path even within
[0, 100]).