From 6c8856475f496f9e36038d253a4653a23b5db187 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 20 Apr 2004 05:51:36 +0000 Subject: acid on freebsd --- acid/386 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'acid') diff --git a/acid/386 b/acid/386 index bc045601..12081ebd 100644 --- a/acid/386 +++ b/acid/386 @@ -175,7 +175,7 @@ linkdebug() defn dynamicmap() { - if systype == "linux" then { + if systype == "linux" || systype == "freebsd" then { local r, m, n; r = linkdebug(); @@ -185,7 +185,7 @@ dynamicmap() n = 0; while m != 0 && n < 100 do { complex Linkmap m; - if m.name && *(m.name\b) then + if m.name && *(m.name\b) && access(*(m.name\s)) then textfile({*(m.name\s), m.addr\X}); m = m.next; n = n+1; -- cgit v1.2.3