diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-05-11 15:01:47 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-05-11 15:01:47 +0000 |
commit | 7ae06f8f352eabc267a7d16689cf1c4b5c834761 (patch) | |
tree | 559318097bc97301c317c21fc9aae3a2d873c97b /usr.sbin/ldpd/ldpd.h | |
parent | 5f2150161dfa9bb51423c8ca511ecdf77e3751b9 (diff) |
Kill IMSG_RECONF_AREA. LDP does not have a concept of areas.
Diffstat (limited to 'usr.sbin/ldpd/ldpd.h')
-rw-r--r-- | usr.sbin/ldpd/ldpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/ldpd.h b/usr.sbin/ldpd/ldpd.h index 8b7c4d3e19a..d703e2f24bd 100644 --- a/usr.sbin/ldpd/ldpd.h +++ b/usr.sbin/ldpd/ldpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ldpd.h,v 1.15 2010/04/29 12:09:28 claudio Exp $ */ +/* $OpenBSD: ldpd.h,v 1.16 2010/05/11 15:01:46 claudio Exp $ */ /* * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> @@ -106,7 +106,6 @@ enum imsg_type { IMSG_NETWORK_ADD, IMSG_NETWORK_DEL, IMSG_RECONF_CONF, - IMSG_RECONF_AREA, IMSG_RECONF_IFACE, IMSG_RECONF_END }; |