summaryrefslogtreecommitdiff
path: root/os/ip
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-04-07 09:48:14 +0000
committerCharles.Forsyth <devnull@localhost>2007-04-07 09:48:14 +0000
commit16298053a2d285f9a06a02f298e389f20ebdc12c (patch)
tree6f6c15ee31d9d2b337ac8f8d2801898f2fe66523 /os/ip
parentb5eeadad52f7e620402f85c9606f45be13323b8d (diff)
20070407-1047 offsetof changes
Diffstat (limited to 'os/ip')
-rw-r--r--os/ip/ipmux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/ip/ipmux.c b/os/ip/ipmux.c
index ef67b0fa..d7187f72 100644
--- a/os/ip/ipmux.c
+++ b/os/ip/ipmux.c
@@ -8,8 +8,6 @@
#include "ip.h"
#define DPRINT if(0)print
-#define offsetof(s, m) (ulong)(&(((s*)0)->m))
-
typedef struct Ipmuxrock Ipmuxrock;
typedef struct Ipmux Ipmux;
typedef struct Ip4hdr Ip4hdr;