We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0df478 commit 7ba2f82Copy full SHA for 7ba2f82
umac.c
@@ -154,7 +154,7 @@ u_int32_t umac_get_u32_le(const void *vp)
154
return (v);
155
}
156
157
-#if (! __LITTLE_ENDIAN__) /* compile time warning thrown otherwise */
+#if 0 /* compile time warning thrown otherwise */
158
static __attribute__((__bounded__(__minbytes__, 1, 4)));
159
void umac_put_u32_le(void *vp, u_int32_t v)
160
{
0 commit comments