summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net/if_arp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/net/if_arp.h')
-rw-r--r--cpukit/libnetworking/net/if_arp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/net/if_arp.h b/cpukit/libnetworking/net/if_arp.h
index 8edb6ec41c..29c407288c 100644
--- a/cpukit/libnetworking/net/if_arp.h
+++ b/cpukit/libnetworking/net/if_arp.h
@@ -33,7 +33,7 @@
#ifndef _NET_IF_ARP_H_
#define _NET_IF_ARP_H_
-#ifdef __rtems__
+#ifndef BYTE_PACK
#define BYTE_PACK __attribute__((packed))
#endif