Source-Changes-HG archive

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

[src/trunk]: src/sbin/route Allow INET6 to be used with SMALL without undefin...



details:   https://anonhg.NetBSD.org/src/rev/dd02412b48da
branches:  trunk
changeset: 485752:dd02412b48da
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Thu May 04 18:29:34 2000 +0000

description:
Allow INET6 to be used with SMALL without undefined symbols

diffstat:

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

diffs (34 lines):

diff -r a00a489fba9c -r dd02412b48da sbin/route/route.c
--- a/sbin/route/route.c        Thu May 04 18:29:12 2000 +0000
+++ b/sbin/route/route.c        Thu May 04 18:29:34 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: route.c,v 1.37 2000/04/20 12:25:08 itojun Exp $        */
+/*     $NetBSD: route.c,v 1.38 2000/05/04 18:29:34 sommerfeld Exp $    */
 
 /*
  * Copyright (c) 1983, 1989, 1991, 1993
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)route.c    8.6 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: route.c,v 1.37 2000/04/20 12:25:08 itojun Exp $");
+__RCSID("$NetBSD: route.c,v 1.38 2000/05/04 18:29:34 sommerfeld Exp $");
 #endif
 #endif /* not lint */
 
@@ -1161,7 +1161,6 @@
        errx(1, "bad value: %s", s);
 }
 
-#ifndef SMALL
 #ifdef INET6
 int
 prefixlen(s)
@@ -1189,6 +1188,7 @@
 }
 #endif
 
+#ifndef SMALL
 int
 x25_makemask()
 {



Home | Main Index | Thread Index | Old Index