X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/e804469b5b0975de34bae1e66c3e6371249d3ee7..0f4556f12c8f75078501c9d1338ae7648a97f975:/usr/src/usr.lib/libI77/f_errno.h diff --git a/usr/src/usr.lib/libI77/f_errno.h b/usr/src/usr.lib/libI77/f_errno.h index 9f7e99a7e7..4ea73dfb09 100644 --- a/usr/src/usr.lib/libI77/f_errno.h +++ b/usr/src/usr.lib/libI77/f_errno.h @@ -1,5 +1,5 @@ /* -char id_f_errno[] = "@(#)f_errno.h 1.4"; +char id_f_errno[] = "@(#)f_errno.h 1.5"; * * f77 I/O error definitions */ @@ -34,5 +34,6 @@ extern int f_nerr; #define F_ERSEEK 120 /* requires seek ability */ #define F_ERARG 121 /* illegal argument */ #define F_ERNREP 122 /* negative repeat count */ +#define F_ERILLOP 123 /* illegal operation for channel or device */ #define F_MAXERR (f_nerr + F_ER)