diff options
author | rsc <devnull@localhost> | 2006-02-17 22:07:42 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-02-17 22:07:42 +0000 |
commit | 84edc59152abd140daf817b30a3dbf9012bed2ac (patch) | |
tree | 9fe1c17d1461d947291839bc916c96a2a3d72865 /src/cmd/ndb | |
parent | dc90b6f0d624dd05b3999b1f028b864111b53445 (diff) | |
download | plan9port-84edc59152abd140daf817b30a3dbf9012bed2ac.tar.gz plan9port-84edc59152abd140daf817b30a3dbf9012bed2ac.tar.bz2 plan9port-84edc59152abd140daf817b30a3dbf9012bed2ac.zip |
remove stub myipaddr
Diffstat (limited to 'src/cmd/ndb')
-rwxr-xr-x | src/cmd/ndb/dns.c | 7 |
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 |