Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -p -r1.55 -r1.56 --- src/sys/netinet/ip_input.c 1998/01/12 03:02:51 1.55 +++ src/sys/netinet/ip_input.c 1998/01/28 02:36:10 1.56 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.55 1998/01/12 03:02:51 scottr Exp $ */ +/* $NetBSD: ip_input.c,v 1.56 1998/01/28 02:36:10 thorpej Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1993 @@ -66,9 +66,6 @@ #include #include -/* XXX should really put this in libkern.h */ -#define offsetof(type, member) ((size_t)(&((type *)0)->member)) - #ifndef IPFORWARDING #ifdef GATEWAY #define IPFORWARDING 1 /* forward IP packets not for us */