summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorGravatar Stefan Richter 2013-08-24 11:43:05 +0200
committerGravatar Stefan Richter 2013-08-24 11:51:11 +0200
commitba8d2119ba8be9189461d734d5bade32d7821e43 (patch)
tree009a598585bfe956d95ee2789f87257e1ab18f32 /src/version.c
parentDocumentation improvement: return code of raw1394_read_cycle_timer{,_and_clock} (diff)
tools: Fix startup of dumpiso and sendiso on juju
Quoting the errno manual: "[errno] is set by system calls and some library functions in the event of an error to indicate what went wrong. Its value is significant only when the return value of the call indicated an error (i.e., -1 from most system calls; -1 or NULL from most library functions); a function that succeeds is allowed to change errno. Valid error numbers are all nonzero; errno is never set to zero by any system call or library function." Dumpiso and sendiso checked for raw1394_set_port() failure by looking at errno rather than by looking at the function's return code. This happened to work on top of raw1394 by lucky incident but no longer works on top of firewire-core. Reported-by: Vladimir Romanov <blueboar2@gmail.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
td>125 and 126 initial implGravatar Arvydas Silanskas 2-0/+209 2020-10-25added specGravatar John Cowan 2-0/+383 2020-10-18fix plist size proc; rewrite dict-entries to use foldGravatar Arvydas Silanskas 2-3/+10 2020-10-18alist dict predicate check only first element; plist and alist size remove ↵Gravatar Arvydas Silanskas 2-17/+5 unique key check 2020-10-18remove old test fileGravatar Arvydas Silanskas 1-392/+0 2020-10-18add srfi69 implGravatar Arvydas Silanskas 9-55/+223 2020-10-18tests against externals; registration; alist and plist implementations:Gravatar Arvydas Silanskas 7-53/+669 2020-09-16internals impl; testsGravatar Arvydas Silanskas 3-74/+589