summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ethers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/ethers.c')
-rw-r--r--src/lib/libc/net/ethers.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/net/ethers.c b/src/lib/libc/net/ethers.c
index b4469ed811..71163515a4 100644
--- a/src/lib/libc/net/ethers.c
+++ b/src/lib/libc/net/ethers.c
@@ -1,5 +1,3 @@
1/* $NetBSD: ethers.c,v 1.5 1995/02/25 06:20:28 cgd Exp $ */
2
3/* 1/*
4 * ethers(3N) a la Sun. 2 * ethers(3N) a la Sun.
5 * 3 *
@@ -7,6 +5,10 @@
7 * Public domain. 5 * Public domain.
8 */ 6 */
9 7
8#if defined(LIBC_SCCS) && !defined(lint)
9static char rcsid[] = "$OpenBSD: ethers.c,v 1.3 1996/08/19 08:28:36 tholo Exp $";
10#endif /* LIBC_SCCS and not lint */
11
10#include <sys/types.h> 12#include <sys/types.h>
11#include <sys/socket.h> 13#include <sys/socket.h>
12#include <net/if.h> 14#include <net/if.h>