Revision d16e3ae9
Added by Nathan Scott about 14 years ago
- ID d16e3ae986d25968b6b78c5686475bfe142a2b1d
- added
- modified
- copied
- renamed
- deleted
- src
- cpan
- dbpmda
- include
- libpcp
- libpcp_gui
- libpcp_http
- libpcp_pmda
- libpcp_trace
- newhelp
- pmcd
- pmcdctl
- pmclient
- pmdas
- pmdumplog
- pmie
- pmieconf
- pmiestatus
- pminfo
- pmlock
- pmlogextract
- pmlogger
- pmloglabel
- pmlogreduce
- pmns
- pmnsdel.c (diff)
- pmnsmerge.c (diff)
- pmnscomp
- pmpost
- pmproxy
- pmstat
- procmemstat
- telnet-probe
Rethink the to-string function macro-based errno accessors.
In hindsight, these all map to strerror on all platforms, so
we're just obfuscating the code. Simplify by making these a
shortcut to the expanded out strerror calls, with each type
of errno expanded - makes for more readable code.