summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/log.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-05-31 16:23:44 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-05-31 16:23:44 +0000
commitdf184b760b834b018a6f461370e728fa3f3ee2a8 (patch)
treecc8194a5f30d83326257fc0cb9a4a18ee37542d0 /usr.bin/cvs/log.h
parenta9e9bf250f0da5fd8fbf4c121e1470f2bb124344 (diff)
get rid of LP_WARNING (vs. LP_WARN) as well ... ok jfb@.
Diffstat (limited to 'usr.bin/cvs/log.h')
-rw-r--r--usr.bin/cvs/log.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/cvs/log.h b/usr.bin/cvs/log.h
index fbcc411f375..40fe0293072 100644
--- a/usr.bin/cvs/log.h
+++ b/usr.bin/cvs/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.7 2005/05/31 08:26:40 xsa Exp $ */
+/* $OpenBSD: log.h,v 1.8 2005/05/31 16:23:43 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -46,8 +46,7 @@
#define LP_DEBUG 0
#define LP_INFO 1
#define LP_NOTICE 2
-#define LP_WARNING 3
-#define LP_WARN LP_WARNING
+#define LP_WARN 3
#define LP_ERR 4
#define LP_ALERT 5
#define LP_ERRNO 6