Plan 9 from Bell Labs 2000-03-29
M ip/ip.c => ip/ip.c +0 -1
@@ 87,7 87,6 @@ struct IP Ref id; int iprouting; /* true if we route like a gateway */ void (*ipextprotoiput)(Block*); }; #define BLKIP(xp) ((Iphdr*)((xp)->rp))
M ip/ip.h => ip/ip.h +0 -1
@@ 483,7 483,6 @@ extern void icmpnoconv(Fs*, Block*); extern void icmpttlexceeded(Fs*, uchar*, Block*); extern void initfrag(IP*, int); extern ushort ipcsum(uchar*); extern void (*ipextprotoiput)(Block*); extern void ipiput(Fs*, uchar*, Block*); extern void ipoput(Fs*, Block*, int, int, int); extern int ipstats(Fs*, char*, int);