From owner-freebsd-commit Thu Oct 5 13:10:25 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA18995 for freebsd-commit-outgoing; Thu, 5 Oct 1995 13:10:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA18942 for cvs-all-outgoing; Thu, 5 Oct 1995 13:09:01 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA18932 for cvs-sys-outgoing; Thu, 5 Oct 1995 13:08:58 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA18919 ; Thu, 5 Oct 1995 13:08:46 -0700 Date: Thu, 5 Oct 1995 13:08:46 -0700 From: "Garrett A. Wollman" Message-Id: <199510052008.NAA18919@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet if_ether.c if_ether.h Sender: owner-commit@FreeBSD.org Precedence: bulk wollman 95/10/05 13:08:45 Modified: sys/netinet if_ether.c if_ether.h Log: Convert ARP to use queue.h macros rather than insque/remque. While we're at it, eliminate obsolete exposure of `struct llinfo_arp' to the world. (This dates back to when ARP entries were not stored in the routing table, and there was no other way for the `arp' program to read the whole table than to grovel around in /dev/kmem.)