summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-12 03:42:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-12 03:42:44 +0000
commit954e959146d865ab28c96691ae43213829e528de (patch)
tree1f8ab99e36aef8b69de03e35a93ff0ec65ac8190 /cpukit/libnetworking/net
parent2005-05-11 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-954e959146d865ab28c96691ae43213829e528de.tar.bz2
Define BYTE_PACK.
Diffstat (limited to 'cpukit/libnetworking/net')
-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