summaryrefslogtreecommitdiffstats
path: root/sys/net/if_dl.h
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
commitc86f0c7a71e7ade3e38b325c186a9cf374e0411e (patch)
tree176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/net/if_dl.h
parent423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff)
downloadFreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip
FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/net/if_dl.h')
-rw-r--r--sys/net/if_dl.h10
1 files changed, 5 insertions, 5 deletions
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.
OpenPOWER on IntegriCloud