From 2e3741a44ea5e54e7ee2d2ead28b9bf75b2e7eb6 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Fri, 19 Aug 1994 22:04:14 +0000
Subject: [PATCH] (Kom_err): Deleted the unused value KOM_PERS_EXISTS.

---
 src/include/kom-errno.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/include/kom-errno.h b/src/include/kom-errno.h
index 691920b80..793b35e3b 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
-- 
GitLab