From c86f0c7a71e7ade3e38b325c186a9cf374e0411e Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 08:16:23 +0000 Subject: Remove trailing whitespace. --- sys/net/if_dl.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/net/if_dl.h') diff --git a/sys/net/if_dl.h b/sys/net/if_dl.h index f3db94a..e76b88a 100644 --- a/sys/net/if_dl.h +++ b/sys/net/if_dl.h @@ -31,25 +31,25 @@ * SUCH DAMAGE. * * @(#)if_dl.h 8.1 (Berkeley) 6/10/93 - * $Id: if_dl.h,v 1.2 1994/08/02 07:46:12 davidg Exp $ + * $Id: if_dl.h,v 1.3 1994/08/21 05:11:41 paul Exp $ */ #ifndef _NET_IF_DL_H_ #define _NET_IF_DL_H_ -/* +/* * A Link-Level Sockaddr may specify the interface in one of two * ways: either by means of a system-provided index number (computed * anew and possibly differently on every reboot), or by a human-readable * string such as "il0" (for managerial convenience). - * + * * Census taking actions, such as something akin to SIOCGCONF would return * both the index and the human name. - * + * * High volume transactions (such as giving a link-level ``from'' address * in a recvfrom or recvmsg call) may be likely only to provide the indexed * form, (which requires fewer copy operations and less space). - * + * * The form and interpretation of the link-level address is purely a matter * of convention between the device driver and its consumers; however, it is * expected that all drivers for an interface of a given if_type will agree. -- cgit v1.1