shithub: riscv

Download patch

ref: 323d625864651cb5cec7ba5be42ec8e0b633266e
parent: 30c5c3404bec22f78cd1334f750876f5ab47ccd8
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Nov 15 17:13:08 EST 2016

ip: get rid of update_mtucache() and restrict_mtu() prototypes

--- a/sys/src/9/ip/ip.h
+++ b/sys/src/9/ip/ip.h
@@ -721,8 +721,7 @@
 extern ushort	ptclbsum(uchar*, int);
 extern ushort	ptclcsum(Block*, int, int);
 extern void	ip_init(Fs*);
-extern void	update_mtucache(uchar*, ulong);
-extern ulong	restrict_mtu(uchar*, ulong);
+
 /*
  * bootp.c
  */