summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-09-05 18:30:58 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-09-05 18:30:58 +0000
commita2c1035acbd15c9b68274168b372fc4779c0518a (patch)
treed25fa109389786ec1f77c5ff3fe0a50e42acbe6f /sys
parent2aa4a4388c0a98c9e3145791dfdabf372af67504 (diff)
downloadFreeBSD-src-a2c1035acbd15c9b68274168b372fc4779c0518a.zip
FreeBSD-src-a2c1035acbd15c9b68274168b372fc4779c0518a.tar.gz
From: barclay_a_c <barclay_a_c@bt-web.bt.co.uk>
Subject: More information on "netstat -r Date: Mon, 7 Jun 1993 11:57:33 +0100 Gentlemen, I have been trying for some time now to get "netstat -r" working from the 0.2.2 patchkit. I have the following solution to the bug. The symbol _radix_node_head needs to be added to the symbols.raw file to enable the new routing table access. If this symbol is not present then the old system us used which results in no routes being given. I don't think that this justifies a patch in its own right but perhaps could be added to a related patch sometime..
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/symbols.raw9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/i386/i386/symbols.raw b/sys/i386/i386/symbols.raw
index 56e5ab4..0f5bafd 100644
--- a/sys/i386/i386/symbols.raw
+++ b/sys/i386/i386/symbols.raw
@@ -1,12 +1,6 @@
# @(#)symbols.raw 7.6 (Berkeley) 5/8/91
#
-# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
-# -------------------- ----- ----------------------
-# CURRENT PATCH LEVEL: 1 00066
-# -------------------- ----- ----------------------
-#
-# 28 Nov 1991 Warren Toomey Let symorder -t keep some needed
-# symbols used by common programs
+# $Id$
#
@@ -73,6 +67,7 @@
_filehead
_nfiles
_rthashsize
+ _radix_node_head
#routed
_ifnet
#rwho
OpenPOWER on IntegriCloud