patch-2.1.18 linux/include/linux/if.h
Next file: linux/include/linux/module.h
Previous file: linux/include/linux/fs.h
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Sun Dec 22 21:10:06 1996
- Orig file:
v2.1.17/linux/include/linux/if.h
- Orig date:
Thu Dec 12 19:37:18 1996
diff -u --recursive --new-file v2.1.17/linux/include/linux/if.h linux/include/linux/if.h
@@ -19,7 +19,7 @@
#ifndef _LINUX_IF_H
#define _LINUX_IF_H
-#include <linux/types.h> /* for "caddr_t" et al */
+#include <linux/types.h> /* for "__kernel_caddr_t" et al */
#include <linux/socket.h> /* for "struct sockaddr" et al */
/* Standard interface flags. */
@@ -109,7 +109,7 @@
int ifru_mtu;
struct ifmap ifru_map;
char ifru_slave[IFNAMSIZ]; /* Just fits the size */
- caddr_t ifru_data;
+ __kernel_caddr_t ifru_data;
} ifr_ifru;
};
@@ -139,8 +139,8 @@
int ifc_len; /* size of buffer */
union
{
- caddr_t ifcu_buf;
- struct ifreq *ifcu_req;
+ __kernel_caddr_t ifcu_buf;
+ struct ifreq *ifcu_req;
} ifc_ifcu;
};
#define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov