Change in osmo-msc[master]: msc/signal.h: use #pragma once include guard

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Aug 5 06:59:07 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10335 )

Change subject: msc/signal.h: use #pragma once include guard
......................................................................

msc/signal.h: use #pragma once include guard

Change-Id: I114026808abeff72a3f4f3cb1b84680c116409d4
---
M include/osmocom/msc/signal.h
1 file changed, 1 insertion(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/include/osmocom/msc/signal.h b/include/osmocom/msc/signal.h
index e854a64..f630b27 100644
--- a/include/osmocom/msc/signal.h
+++ b/include/osmocom/msc/signal.h
@@ -19,8 +19,7 @@
  *
  */
 
-#ifndef OPENBSC_SIGNAL_H
-#define OPENBSC_SIGNAL_H
+#pragma once
 
 #include <stdlib.h>
 #include <errno.h>
@@ -99,5 +98,3 @@
 	/* int paging result. Only the ones with > 0 */
 	int paging_result;
 };
-
-#endif

-- 
To view, visit https://gerrit.osmocom.org/10335
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I114026808abeff72a3f4f3cb1b84680c116409d4
Gerrit-Change-Number: 10335
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180805/4ceb043b/attachment.htm>


More information about the gerrit-log mailing list