-
Michael Tüxen authored
This patch fixes two issues: * It only makes sense to report errno if a system call has actually failed. * You can't call strerror() two times in printf(), since it might use a single static buffer. Signed-off-by:
Michael Tuexen <tuexen@fh-muenster.de>
Michael Tüxen authoredThis patch fixes two issues: * It only makes sense to report errno if a system call has actually failed. * You can't call strerror() two times in printf(), since it might use a single static buffer. Signed-off-by:
Michael Tuexen <tuexen@fh-muenster.de>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.