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/port/devftl.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'os/port/devftl.c') diff --git a/os/port/devftl.c b/os/port/devftl.c index ab24588a..c0ea2816 100644 --- a/os/port/devftl.c +++ b/os/port/devftl.c @@ -32,10 +32,6 @@ #include "kernel.h" -#ifndef offsetof -#define offsetof(s, m) (ulong)(&(((s*)0)->m)) -#endif - typedef struct Ftl Ftl; typedef struct Merase Merase; typedef struct Terase Terase; -- cgit v1.2.3