]> sourceware.org Git - systemtap.git/commit
PR10331: improve nss error message handling
authorFrank Ch. Eigler <fche@elastic.org>
Wed, 14 Oct 2009 21:02:47 +0000 (17:02 -0400)
committerFrank Ch. Eigler <fche@elastic.org>
Wed, 14 Oct 2009 21:05:40 +0000 (17:05 -0400)
commit739cf6877b9bd84b0aba47f5c4c205a9dd63a93d
tree4e8f02f3a1a668084ef6f6202826d85016369c22
parent85dfc5c81e213a1fc67c8c50d0e1101659c61d6e
PR10331: improve nss error message handling

* stapsslerr.h: New file containing NSS* error number to string mappings.
  Originally from mozilla NSS documentation, also seen in other GPLv2
  software.
* nsscommon.c (nssError): Print error number, and text from <stapsslerr.h>.
* stap-{client,server}-connect.c (errWarn): Standardize on nssError().
* Makefile.am (nss binaries): Also link in nsscommon.c.
Makefile.am
Makefile.in
nsscommon.c
stap-client-connect.c
stap-server-connect.c
stapsslerr.h [new file with mode: 0644]
This page took 0.02854 seconds and 5 git commands to generate.