diff options
author | 2009-06-06 18:31:42 +0000 | |
---|---|---|
committer | 2009-06-06 18:31:42 +0000 | |
commit | 7ffc507343b853c47f032b47b2127218471005dd (patch) | |
tree | 78da3fda33f844707ae4dbe9952c4162c8d0c543 | |
parent | In case of memory exhaustion, ypmatch_add may both leak memory and leave (diff) | |
download | wireguard-openbsd-7ffc507343b853c47f032b47b2127218471005dd.tar.xz wireguard-openbsd-7ffc507343b853c47f032b47b2127218471005dd.zip |
Get ready for including imsg.h from a lib, when it comes along.
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 4 | ||||
-rw-r--r-- | usr.sbin/dvmrpd/dvmrpd.h | 4 | ||||
-rw-r--r-- | usr.sbin/ldpd/ldpd.h | 4 | ||||
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.h | 4 | ||||
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 4 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.h | 4 | ||||
-rw-r--r-- | usr.sbin/ripd/ripd.h | 4 | ||||
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 4 | ||||
-rw-r--r-- | usr.sbin/ypldap/ypldap.h | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index 3eab2ca44b6..cf01d79ce2b 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.237 2009/06/06 06:33:15 eric Exp $ */ +/* $OpenBSD: bgpd.h,v 1.238 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -30,7 +30,7 @@ #include <poll.h> #include <stdarg.h> -#include "imsg.h" +#include <imsg.h> #define BGP_VERSION 4 #define BGP_PORT 179 diff --git a/usr.sbin/dvmrpd/dvmrpd.h b/usr.sbin/dvmrpd/dvmrpd.h index 7067c88e61d..5f99058f5c0 100644 --- a/usr.sbin/dvmrpd/dvmrpd.h +++ b/usr.sbin/dvmrpd/dvmrpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dvmrpd.h,v 1.18 2009/06/06 07:52:04 pyr Exp $ */ +/* $OpenBSD: dvmrpd.h,v 1.19 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org> @@ -28,7 +28,7 @@ #include <netinet/in.h> #include <event.h> -#include "imsg.h" +#include <imsg.h> #define CONF_FILE "/etc/dvmrpd.conf" #define DVMRPD_SOCKET "/var/run/dvmrpd.sock" diff --git a/usr.sbin/ldpd/ldpd.h b/usr.sbin/ldpd/ldpd.h index 052e86bc9b7..73ce06ba53f 100644 --- a/usr.sbin/ldpd/ldpd.h +++ b/usr.sbin/ldpd/ldpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ldpd.h,v 1.3 2009/06/06 08:09:43 pyr Exp $ */ +/* $OpenBSD: ldpd.h,v 1.4 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> @@ -30,7 +30,7 @@ #include <netinet/in.h> #include <event.h> -#include "imsg.h" +#include <imsg.h> #include "ldp.h" #define CONF_FILE "/etc/ldpd.conf" diff --git a/usr.sbin/ospf6d/ospf6d.h b/usr.sbin/ospf6d/ospf6d.h index 0867478471b..7716ad21d21 100644 --- a/usr.sbin/ospf6d/ospf6d.h +++ b/usr.sbin/ospf6d/ospf6d.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf6d.h,v 1.15 2009/06/06 09:02:46 eric Exp $ */ +/* $OpenBSD: ospf6d.h,v 1.16 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2004, 2007 Esben Norby <norby@openbsd.org> @@ -29,7 +29,7 @@ #include <netinet/in.h> #include <event.h> -#include "imsg.h" +#include <imsg.h> #include "ospf6.h" #define CONF_FILE "/etc/ospf6d.conf" diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index 170700a9b52..6d3e8edee82 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.82 2009/06/06 07:31:26 eric Exp $ */ +/* $OpenBSD: ospfd.h,v 1.83 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -29,7 +29,7 @@ #include <netinet/in.h> #include <event.h> -#include "imsg.h" +#include <imsg.h> #include "ospf.h" #define CONF_FILE "/etc/ospfd.conf" diff --git a/usr.sbin/relayd/relayd.h b/usr.sbin/relayd/relayd.h index 8de34988acd..8158704c65e 100644 --- a/usr.sbin/relayd/relayd.h +++ b/usr.sbin/relayd/relayd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: relayd.h,v 1.125 2009/06/05 23:39:51 pyr Exp $ */ +/* $OpenBSD: relayd.h,v 1.126 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -20,7 +20,7 @@ #include <sys/tree.h> -#include "imsg.h" +#include <imsg.h> #define CONF_FILE "/etc/relayd.conf" #define RELAYD_SOCKET "/var/run/relayd.sock" diff --git a/usr.sbin/ripd/ripd.h b/usr.sbin/ripd/ripd.h index 36210d79788..aebb9c8c0f7 100644 --- a/usr.sbin/ripd/ripd.h +++ b/usr.sbin/ripd/ripd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ripd.h,v 1.14 2009/06/06 08:20:55 eric Exp $ */ +/* $OpenBSD: ripd.h,v 1.15 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -28,7 +28,7 @@ #include <netinet/in.h> #include <event.h> -#include "imsg.h" +#include <imsg.h> #define CONF_FILE "/etc/ripd.conf" #define RIPD_SOCKET "/var/run/ripd.sock" diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 67778fb609d..109e3af85b4 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.127 2009/06/06 04:14:21 pyr Exp $ */ +/* $OpenBSD: smtpd.h,v 1.128 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -17,7 +17,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "imsg.h" +#include <imsg.h> #define IMSG_SIZE_CHECK(p) do { \ if (IMSG_DATA_SIZE(&imsg) != sizeof(*p)) \ diff --git a/usr.sbin/ypldap/ypldap.h b/usr.sbin/ypldap/ypldap.h index 4bba31c434b..8c07f5a8f2b 100644 --- a/usr.sbin/ypldap/ypldap.h +++ b/usr.sbin/ypldap/ypldap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ypldap.h,v 1.9 2009/06/06 05:02:58 eric Exp $ */ +/* $OpenBSD: ypldap.h,v 1.10 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "imsg.h" +#include <imsg.h> #define YPLDAP_USER "_ypldap" #define YPLDAP_CONF_FILE "/etc/ypldap.conf" |