[PATCH] 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:55:33 UTC 2016


Review at  https://gerrit.osmocom.org/125

Fixing build on Mac OSX

Fix minor syntax error

Change-Id: I67f9a1e41fa5b1da3a4b10fc76138e153b767241
---
M include/osmocom/core/endian.h
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/25/125/1

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: newchange
Gerrit-Change-Id: I67f9a1e41fa5b1da3a4b10fc76138e153b767241
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <holger at freyther.de>



More information about the OpenBSC mailing list