From 23adf525574bed31b6283e7df92c852f7472359e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 23 Dec 2007 08:23:31 +0000 Subject: [PATCH] ffix --- man7/netdevice.7 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man7/netdevice.7 b/man7/netdevice.7 index 0c0c6ec4a..21d538f82 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -44,15 +44,15 @@ struct ifreq { struct ifmap ifr_map; char ifr_slave[IFNAMSIZ]; char ifr_newname[IFNAMSIZ]; - char * ifr_data; + char *ifr_data; }; }; struct ifconf { - int ifc_len; /* size of buffer */ + int ifc_len; /* size of buffer */ union { - char * ifc_buf; /* buffer address */ - struct ifreq * ifc_req; /* array of structures */ + char *ifc_buf; /* buffer address */ + struct ifreq *ifc_req; /* array of structures */ }; }; .fi