tremove stub myipaddr - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 84edc59152abd140daf817b30a3dbf9012bed2ac
 (DIR) parent dc90b6f0d624dd05b3999b1f028b864111b53445
 (HTM) Author: rsc <devnull@localhost>
       Date:   Fri, 17 Feb 2006 22:07:42 +0000
       
       remove stub myipaddr
       
       Diffstat:
         M src/cmd/ndb/dns.c                   |       7 -------
       
       1 file changed, 0 insertions(+), 7 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/ndb/dns.c b/src/cmd/ndb/dns.c
       t@@ -187,13 +187,6 @@ threadmain(int argc, char *argv[])
                io();
        }
        
       -int
       -myipaddr(uchar *ip, char *net)
       -{
       -        ipmove(ip, ipaddr);
       -        return 0;
       -}
       -
        /*
         *  if a mount point is specified, set the cs extention to be the mount point
         *  with '_'s replacing '/'s