commit 84edc59152abd140daf817b30a3dbf9012bed2ac
parent dc90b6f0d624dd05b3999b1f028b864111b53445
Author: rsc <devnull@localhost>
Date: Fri, 17 Feb 2006 22:07:42 +0000
remove stub myipaddr
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/cmd/ndb/dns.c b/src/cmd/ndb/dns.c
@@ -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