2 * internal include file for com_err package
4 #include "mit-sipb-copyright.h"
8 #ifndef SYS_ERRLIST_DECLARED
9 extern char const * const sys_errlist
[];
10 extern const int sys_nerr
;
13 #if defined(__STDC__) && !defined(HDR_HAS_PERROR) && !defined(WIN32)
14 void perror (const char *);