patch-2.1.124 linux/net/ipv4/ip_masq_app.c
Next file: linux/net/ipv4/ip_masq_autofw.c
Previous file: linux/net/ipv4/ip_masq.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sun Oct 4 10:21:45 1998
- Orig file:
v2.1.123/linux/net/ipv4/ip_masq_app.c
- Orig date:
Wed Apr 1 20:11:55 1998
diff -u --recursive --new-file v2.1.123/linux/net/ipv4/ip_masq_app.c linux/net/ipv4/ip_masq_app.c
@@ -2,7 +2,7 @@
* IP_MASQ_APP application masquerading module
*
*
- * Version: @(#)ip_masq_app.c 0.04 96/06/17
+ * $Id: ip_masq_app.c,v 1.16 1998/08/29 23:51:14 davem Exp $
*
* Author: Juan Jose Ciarlante, <jjciarla@raiz.uncu.edu.ar>
*
@@ -474,7 +474,7 @@
#ifdef CONFIG_PROC_FS
static struct proc_dir_entry proc_net_ip_masq_app = {
- PROC_NET_IP_MASQ_APP, 11, "ip_masq_app",
+ PROC_NET_IP_MASQ_APP, 3, "app",
S_IFREG | S_IRUGO, 1, 0, 0,
0, &proc_net_inode_operations,
ip_masq_app_getinfo
@@ -488,7 +488,7 @@
__initfunc(int ip_masq_app_init(void))
{
#ifdef CONFIG_PROC_FS
- proc_net_register(&proc_net_ip_masq_app);
+ ip_masq_proc_register(&proc_net_ip_masq_app);
#endif
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov