summaryrefslogtreecommitdiff
path: root/pr/include/prio.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prio.h')
-rw-r--r--pr/include/prio.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pr/include/prio.h b/pr/include/prio.h
index 18504e5c..7c201d9d 100644
--- a/pr/include/prio.h
+++ b/pr/include/prio.h
@@ -145,21 +145,13 @@ typedef struct PRIPv6Addr PRIPv6Addr;
union PRNetAddr {
struct {
PRUint16 family; /* address family (0x00ff maskable) */
-#ifdef XP_BEOS
- char data[10]; /* Be has a smaller structure */
-#else
char data[14]; /* raw address data */
-#endif
} raw;
struct {
PRUint16 family; /* address family (AF_INET) */
PRUint16 port; /* port number */
PRUint32 ip; /* The actual 32 bits of address */
-#ifdef XP_BEOS
- char pad[4]; /* Be has a smaller structure */
-#else
char pad[8];
-#endif
} inet;
struct {
PRUint16 family; /* address family (AF_INET6) */