diff --git a/src/include/kom-errno.h b/src/include/kom-errno.h index 691920b808551df748585360ac8aa50777ae4354..793b35e3b0caa8eed184924cffd21ae94291e0b8 100644 --- a/src/include/kom-errno.h +++ b/src/include/kom-errno.h @@ -1,5 +1,5 @@ /* - * $Id: kom-errno.h,v 0.7 1994/04/05 07:53:06 ceder Exp $ + * $Id: kom-errno.h,v 0.8 1994/08/19 22:04:14 ceder Exp $ * Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -56,7 +56,8 @@ typedef enum KOM_BAD_NAME = 18, /* Too short/long or contains illegal chars */ KOM_INDEX_OUT_OF_RANGE = 19, /* */ KOM_CONF_EXISTS = 20, /* Already exists */ - KOM_PERS_EXISTS = 21, /* Already exists */ + /* This is not used. + KOM_PERS_EXISTS = 21, Already exists */ KOM_SECRET_PUBLIC = 22, /* Cannot be secret and !rd_prot */ KOM_LETTER_BOX = 23, /* Cannot change letter_box flag */ KOM_LDB_ERR = 24, /* Should never happen, unless Willf|r makes