linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netfilter: add include guard to nf_conntrack_h323_types.h
@ 2019-08-19  7:39 Masahiro Yamada
  2019-08-19 18:29 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2019-08-19  7:39 UTC (permalink / raw)
  To: Pablo Neira Ayuso, netfilter-devel
  Cc: linux-kernel, Masahiro Yamada, Florian Westphal,
	Jozsef Kadlecsik, coreteam

Add a header include guard just in case.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 include/linux/netfilter/nf_conntrack_h323_types.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/linux/netfilter/nf_conntrack_h323_types.h b/include/linux/netfilter/nf_conntrack_h323_types.h
index 7a6871ac8784..74c6f9241944 100644
--- a/include/linux/netfilter/nf_conntrack_h323_types.h
+++ b/include/linux/netfilter/nf_conntrack_h323_types.h
@@ -4,6 +4,9 @@
  * Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net>
  */
 
+#ifndef _NF_CONNTRACK_H323_TYPES_H
+#define _NF_CONNTRACK_H323_TYPES_H
+
 typedef struct TransportAddress_ipAddress {	/* SEQUENCE */
 	int options;		/* No use */
 	unsigned int ip;
@@ -931,3 +934,5 @@ typedef struct RasMessage {	/* CHOICE */
 		InfoRequestResponse infoRequestResponse;
 	};
 } RasMessage;
+
+#endif /* _NF_CONNTRACK_H323_TYPES_H */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] netfilter: add include guard to nf_conntrack_h323_types.h
  2019-08-19  7:39 [PATCH] netfilter: add include guard to nf_conntrack_h323_types.h Masahiro Yamada
@ 2019-08-19 18:29 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2019-08-19 18:29 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: netfilter-devel, linux-kernel, Florian Westphal,
	Jozsef Kadlecsik, coreteam

On Mon, Aug 19, 2019 at 04:39:27PM +0900, Masahiro Yamada wrote:
> Add a header include guard just in case.

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-19 18:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-19  7:39 [PATCH] netfilter: add include guard to nf_conntrack_h323_types.h Masahiro Yamada
2019-08-19 18:29 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).