File:  [DVB] / dietlibc / include / sysexits.h
Revision 1.1: download - view: text, annotated - select for diffs
Tue Sep 17 19:26:02 2002 UTC (21 years, 8 months ago) by olaf
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
util-linux uses this (once more: berkley....)

#ifndef _SYSEXITS_H
#define _SYSEXITS_H 1

#define EX_OK		0

#define EX__BASE	64

#define EX_USAGE	64
#define EX_DATAERR	65
#define EX_NOINPUT	66
#define EX_NOUSER	67
#define EX_NOHOST	68
#define EX_UNAVAILABLE	69
#define EX_SOFTWARE	70
#define EX_OSERR	71
#define EX_OSFILE	72
#define EX_CANTCREAT	73
#define EX_IOERR	74
#define EX_TEMPFAIL	75
#define EX_PROTOCOL	76
#define EX_NOPERM	77
#define EX_CONFIG	78

#define EX__MAX		78

#endif

LinuxTV legacy CVS <linuxtv.org/cvs>