Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ifconfig Fix rump.ifconfig shows host's interface names...
details: https://anonhg.NetBSD.org/src/rev/500fc7a4a7da
branches: trunk
changeset: 808488:500fc7a4a7da
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Tue May 19 08:14:38 2015 +0000
description:
Fix rump.ifconfig shows host's interface names in link local addresses
diffstat:
sbin/ifconfig/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 68ad42f80047 -r 500fc7a4a7da sbin/ifconfig/Makefile
--- a/sbin/ifconfig/Makefile Tue May 19 07:08:21 2015 +0000
+++ b/sbin/ifconfig/Makefile Tue May 19 08:14:38 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2015/04/28 15:14:57 christos Exp $
+# $NetBSD: Makefile,v 1.56 2015/05/19 08:14:38 ozaki-r Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# when making a change to this file, please check if the change is
@@ -20,7 +20,7 @@
.include "Makefile.inc"
.PATH: ${.CURDIR}/../../lib/libc/net
-RUMPSRCS= getifaddrs.c
+RUMPSRCS= getifaddrs.c getnameinfo.c if_indextoname.c
.if (${MKRUMP} != "no")
CPPFLAGS+= -DRUMP_ACTION
.endif
Home |
Main Index |
Thread Index |
Old Index