diff options
author | wollman <wollman@FreeBSD.org> | 1995-01-19 21:28:01 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-01-19 21:28:01 +0000 |
commit | 314433f416dadb6bcf20776dd2034bcf2e21dda5 (patch) | |
tree | 7445c8f9c56a2d4e84a3fe544af631e7aad24836 /lib/libss/ss_err.et | |
parent | 0916b5648b6e21b684e10cfba42b81769ea51035 (diff) | |
download | FreeBSD-src-314433f416dadb6bcf20776dd2034bcf2e21dda5.zip FreeBSD-src-314433f416dadb6bcf20776dd2034bcf2e21dda5.tar.gz |
MIT SIPB `subsystem' library, needed for `kadmin' and some other MIT programs.
Diffstat (limited to 'lib/libss/ss_err.et')
-rw-r--r-- | lib/libss/ss_err.et | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lib/libss/ss_err.et b/lib/libss/ss_err.et new file mode 100644 index 0000000..80e9dfa --- /dev/null +++ b/lib/libss/ss_err.et @@ -0,0 +1,39 @@ + error_table ss + +ec SS_ET_SUBSYSTEM_ABORTED, + "Subsystem aborted" + +ec SS_ET_VERSION_MISMATCH, + "Version mismatch" + +ec SS_ET_NULL_INV, + "No current invocation" + +ec SS_ET_NO_INFO_DIR, + "No info directory" + +ec SS_ET_COMMAND_NOT_FOUND, + "Command not found" + +ec SS_ET_LINE_ABORTED, + "Command line aborted" + +ec SS_ET_EOF, + "End-of-file reached" + +ec SS_ET_PERMISSION_DENIED, + "Permission denied" + +ec SS_ET_TABLE_NOT_FOUND, + "Request table not found" + +ec SS_ET_NO_HELP_FILE, + "No info available" + +ec SS_ET_ESCAPE_DISABLED, + "Shell escapes are disabled" + +ec SS_ET_UNIMPLEMENTED, + "Sorry, this request is not yet implemented" + + end |