From 16298053a2d285f9a06a02f298e389f20ebdc12c Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sat, 7 Apr 2007 09:48:14 +0000 Subject: 20070407-1047 offsetof changes --- os/ip/ipmux.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'os/ip/ipmux.c') 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; -- cgit v1.2.3