/usr/include/ss/ss_err.h is in ss-dev 2.0-1.44.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | /*
* ss_err.h:
* This file is automatically generated; please do not edit it.
*/
#include <et/com_err.h>
#define SS_ET_SUBSYSTEM_ABORTED (748800L)
#define SS_ET_VERSION_MISMATCH (748801L)
#define SS_ET_NULL_INV (748802L)
#define SS_ET_NO_INFO_DIR (748803L)
#define SS_ET_COMMAND_NOT_FOUND (748804L)
#define SS_ET_LINE_ABORTED (748805L)
#define SS_ET_EOF (748806L)
#define SS_ET_PERMISSION_DENIED (748807L)
#define SS_ET_TABLE_NOT_FOUND (748808L)
#define SS_ET_NO_HELP_FILE (748809L)
#define SS_ET_ESCAPE_DISABLED (748810L)
#define SS_ET_UNIMPLEMENTED (748811L)
extern const struct error_table et_ss_error_table;
extern void initialize_ss_error_table(void);
/* For compatibility with Heimdal */
extern void initialize_ss_error_table_r(struct et_list **list);
#define ERROR_TABLE_BASE_ss (748800L)
/* for compatibility with older versions... */
#define init_ss_err_tbl initialize_ss_error_table
#define ss_err_base ERROR_TABLE_BASE_ss
|