patch-2.1.85 linux/net/ipv4/ipconfig.c
Next file: linux/scripts/checkconfig.pl
Previous file: linux/net/core/scm.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Mon Feb  2 13:31:51 1998
-  Orig file: 
v2.1.84/linux/net/ipv4/ipconfig.c
-  Orig date: 
Tue Jan 20 12:11:57 1998
diff -u --recursive --new-file v2.1.84/linux/net/ipv4/ipconfig.c linux/net/ipv4/ipconfig.c
@@ -767,7 +767,7 @@
 /*
  *  Process BOOTP extension.
  */
-__initfunc(static void ic_do_bootp_ext(struct bootp_pkt *b, u8 *ext))
+__initfunc(static void ic_do_bootp_ext(u8 *ext))
 {
 #ifdef IPCONFIG_DEBUG
 	u8 *c;
@@ -864,7 +864,7 @@
 				opt = ext;
 				ext += ext[1] + 2;
 				if (ext <= end)
-					ic_do_bootp_ext(b, opt);
+					ic_do_bootp_ext(opt);
 			}
 		}
 	}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov