summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bgpd/log.h')
-rw-r--r--usr.sbin/bgpd/log.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/log.h b/usr.sbin/bgpd/log.h
index a8387e00957..61ad86f3c30 100644
--- a/usr.sbin/bgpd/log.h
+++ b/usr.sbin/bgpd/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.5 2005/10/19 12:32:16 henning Exp $ */
+/* $OpenBSD: log.h,v 1.6 2006/01/24 10:03:44 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -106,5 +106,6 @@ static const char * const procnames[] = {
static const char * const ctl_res_strerror[] = {
"no error",
- "no such neighbor"
+ "no such neighbor",
+ "permission denied"
};