aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-17 22:07:42 +0000
committerrsc <devnull@localhost>2006-02-17 22:07:42 +0000
commit84edc59152abd140daf817b30a3dbf9012bed2ac (patch)
tree9fe1c17d1461d947291839bc916c96a2a3d72865
parentdc90b6f0d624dd05b3999b1f028b864111b53445 (diff)
downloadplan9port-84edc59152abd140daf817b30a3dbf9012bed2ac.tar.gz
plan9port-84edc59152abd140daf817b30a3dbf9012bed2ac.tar.bz2
plan9port-84edc59152abd140daf817b30a3dbf9012bed2ac.zip
remove stub myipaddr
-rwxr-xr-xsrc/cmd/ndb/dns.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cmd/ndb/dns.c b/src/cmd/ndb/dns.c
index e91d6ca6..90a1a193 100755
--- 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