summaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net.h b/include/net.h
index 461e038014..46feb86482 100644
--- a/include/net.h
+++ b/include/net.h
@@ -217,12 +217,6 @@ typedef struct
* specific hardware/protocol combinations.
*/
uchar ar_data[0];
-#if 0
- uchar ar_sha[]; /* Sender hardware address */
- uchar ar_spa[]; /* Sender protocol address */
- uchar ar_tha[]; /* Target hardware address */
- uchar ar_tpa[]; /* Target protocol address */
-#endif /* 0 */
} ARP_t;
#define ARP_HDR_SIZE (8+20) /* Size assuming ethernet */