summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2015-09-15 09:13:34 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2015-09-15 09:13:34 +0000
commit7dc2ab5344342a511d347b114cc52439041a78a4 (patch)
tree2619e354b13c9f029decdf06e50518e251dba5e4 /sys/net
parent2bf98675ae76ee870e0af00cb51b4c4bb5a6db5b (diff)
link_addr() is gone
ok mpi@
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_dl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_dl.h b/sys/net/if_dl.h
index 2b60f34c1b4..8a1f465b423 100644
--- a/sys/net/if_dl.h
+++ b/sys/net/if_dl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_dl.h,v 1.8 2012/12/05 23:20:23 deraadt Exp $ */
+/* $OpenBSD: if_dl.h,v 1.9 2015/09/15 09:13:33 guenther Exp $ */
/* $NetBSD: if_dl.h,v 1.8 1995/03/26 20:30:13 jtc Exp $ */
/*
@@ -74,7 +74,6 @@ struct sockaddr_dl {
#ifndef _KERNEL
__BEGIN_DECLS
-void link_addr(const char *, struct sockaddr_dl *);
char *link_ntoa(const struct sockaddr_dl *);
__END_DECLS