From 2e3c0252ca174fafbb7dfa6d35d9cc417a2bd52a Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 29 Mar 2000 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2000-03-29 --- ip/ip.c | 1 - ip/ip.h | 1 - 2 files changed, 2 deletions(-) diff --git a/ip/ip.c b/ip/ip.c index 65bd9b070c09c147bd5956124d87c46234aadfde..08cc122b543d5a676c62107be95b13bee219b940 100644 --- a/ip/ip.c +++ b/ip/ip.c @@ -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)) diff --git a/ip/ip.h b/ip/ip.h index c88206e0e77939371eb0b4425b28019667d4f87a..e10fc09806fe9239161a1210873ec4037a130090 100644 --- a/ip/ip.h +++ b/ip/ip.h @@ -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);