git: 9front

Download patch

ref: 313f95f40f7c0e234ac68baf5f853fa393e250d5
parent: eeb94c72d09e7a18b4f4a2b14b8cec607b1a918d
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
  */
--