Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271475 | Differences between
and this patch

Collapse All | Expand All

(-)work-orig/mysql/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp (-1 / +1 lines)
Lines 11672-11678 Link Here
11672
				     * ithanium gcc (GCC) 3.4.1 smp linux 2.4
11672
				     * ithanium gcc (GCC) 3.4.1 smp linux 2.4
11673
				     * otherwise
11673
				     * otherwise
11674
				     */
11674
				     */
11675
#elif
11675
#else
11676
  Uint32 * src = (Uint32*)&tmp;
11676
  Uint32 * src = (Uint32*)&tmp;
11677
  signal->theData[0] = src[0];
11677
  signal->theData[0] = src[0];
11678
  signal->theData[1] = src[1];
11678
  signal->theData[1] = src[1];

Return to bug 271475