[MERGED] libosmocore[master]: Fixing build on Mac OSX

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/OpenBSC@lists.osmocom.org/.

Holger Freyther gerrit-no-reply at lists.osmocom.org
Sat May 28 16:59:57 UTC 2016


Holger Freyther has submitted this change and it was merged.

Change subject: Fixing build on Mac OSX
......................................................................


Fixing build on Mac OSX

Fix minor syntax error

Change-Id: I67f9a1e41fa5b1da3a4b10fc76138e153b767241
Reviewed-on: https://gerrit.osmocom.org/125
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger at freyther.de>
---
M include/osmocom/core/endian.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Holger Freyther: Looks good to me, approved



diff --git a/include/osmocom/core/endian.h b/include/osmocom/core/endian.h
index 02c6406..ae133c3 100644
--- a/include/osmocom/core/endian.h
+++ b/include/osmocom/core/endian.h
@@ -28,7 +28,7 @@
 	#if defined(__DARWIN_LITTLE_ENDIAN)
 		#define OSMO_IS_LITTLE_ENDIAN		1
 		#define OSMO_IS_BIG_ENDIAN		0
-	#elif define(__DARWIN_BIG_ENDIAN)
+	#elif defined(__DARWIN_BIG_ENDIAN)
 		#define OSMO_IS_LITTLE_ENDIAN		0
 		#define OSMO_IS_BIG_ENDIAN		1
 	#else

-- 
To view, visit https://gerrit.osmocom.org/125
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I67f9a1e41fa5b1da3a4b10fc76138e153b767241
Gerrit-PatchSet: 2
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder



More information about the OpenBSC mailing list