=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfserrors.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/tcfs/Attic/tcfserrors.c 2000/06/18 22:31:02 1.2 +++ src/usr.bin/tcfs/Attic/tcfserrors.c 2000/06/19 20:25:30 1.3 @@ -14,6 +14,21 @@ #include #include "tcfserrors.h" +static char *tcfs_errors_strings[]= +{ + "Ok", + NULL, + "unknow option.", + "authentication error.", + "out of memory.", + "you do not have a TCFS key.", + "Who are you?!", + "ioctl error while setting permanent flag.", + "ioctl error while sending.", + "ioctl error while removing key.", + "ioctl error while getting key counter." +}; + void tcfs_error (int error_type, char *custom_message) { if (error_type!=ER_CUSTOM && error_type!=OK)