URI: 
       tlook for libresolv.dylib (anothy sorace) - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 89eaced6b18d08581edc8a34ff195d19377c025d
   DIR parent cb0e769110fb65bcd3e5ed10a2123a0645d8898b
  HTML Author: rsc <devnull@localhost>
       Date:   Tue,  4 Apr 2006 18:09:05 +0000
       
       look for libresolv.dylib (anothy sorace)
       
       Diffstat:
         M bin/9l                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/bin/9l b/bin/9l
       t@@ -150,7 +150,7 @@ then
                        libsl="$libsl -lsec -l9"
                fi
        
       -        if [ "x$needndb" = xtrue -a -f /usr/lib/libresolv.a ]
       +        if [ "x$needndb" = xtrue -a '(' -f /usr/lib/libresolv.a -o -f /usr/lib/libresolv.dylib ')' ]
                then
                        libsl="$libsl -lresolv"
                fi