Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/rtadvd pullup 1.6 -> 1.7 (approved by releng-1-5)



details:   https://anonhg.NetBSD.org/src/rev/6d14418a6055
branches:  netbsd-1-5
changeset: 489342:6d14418a6055
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Sep 01 06:26:55 2000 +0000

description:
pullup 1.6 -> 1.7 (approved by releng-1-5)

 > repair interface MTU grabbing.  real cause of PR 10923.
 > from koji%jp.above.net@localhost.  sync with kame.

diffstat:

 usr.sbin/rtadvd/if.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 61f3e1b33595 -r 6d14418a6055 usr.sbin/rtadvd/if.c
--- a/usr.sbin/rtadvd/if.c      Fri Sep 01 00:59:28 2000 +0000
+++ b/usr.sbin/rtadvd/if.c      Fri Sep 01 06:26:55 2000 +0000
@@ -1,5 +1,5 @@
-/*     $NetBSD: if.c,v 1.5.4.1 2000/07/20 00:30:15 itojun Exp $        */
-/*     $KAME: if.c,v 1.11 2000/07/06 08:20:04 jinmei Exp $     */
+/*     $NetBSD: if.c,v 1.5.4.2 2000/09/01 06:26:55 itojun Exp $        */
+/*     $KAME: if.c,v 1.12 2000/08/31 16:35:29 itojun Exp $     */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -147,7 +147,7 @@
 int
 if_getmtu(char *name)
 {
-#if 0
+#ifdef SIOCGIFMTU
        struct ifreq ifr;
        int s;
 



Home | Main Index | Thread Index | Old Index