ソースを参照

modules/{acc,cdp}: allows big endian build

Tuan M. Hoang 8 年 前
コミット
95153bd37d
2 ファイル変更0 行追加2 行削除
  1. 0 1
      src/modules/acc/diam_message.h
  2. 0 1
      src/modules/cdp/diameter.h

+ 0 - 1
src/modules/acc/diam_message.h

@@ -74,7 +74,6 @@
 	#define ST_MSG_CODE      0x13010000
 	#define MASK_MSG_CODE    0xffffff00
 #else
-	#error BIG endian detected!!
 	#define AS_MSG_CODE      0x00000112
 	#define AC_MSG_CODE      0x0000010f
 	#define CE_MSG_CODE      0x00000101

+ 0 - 1
src/modules/cdp/diameter.h

@@ -115,7 +115,6 @@
 	#define ST_MSG_CODE      0x13010000
 	#define MASK_MSG_CODE    0xffffff00
 #else
-	#error BIG endian detected!!
 	#define AS_MSG_CODE      0x00000112
 	#define AC_MSG_CODE      0x0000010f
 	#define CE_MSG_CODE      0x00000101