diff options
author | David Cantrell <dcantrell@redhat.com> | 2006-05-26 16:56:21 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2006-05-26 16:56:21 +0000 |
commit | df43bd85d5940ae14fbd7517787b2c46a955e447 (patch) | |
tree | 6d7de139af2a9b667050e23db1b331e7cf3ddd54 /isys/net.h | |
parent | cb3d3f225cb1c8ade3fb89d6c4c5502f037a50b5 (diff) | |
download | anaconda-df43bd85d5940ae14fbd7517787b2c46a955e447.tar.gz anaconda-df43bd85d5940ae14fbd7517787b2c46a955e447.tar.xz anaconda-df43bd85d5940ae14fbd7517787b2c46a955e447.zip |
* isys/Makefile: Remove getipaddr.o reference.
* isys/getipaddr.c: Removed.
* isys/isys.c (doGetIPAddress): Call netlink_interfaces_ip2str()
instead of getIPAddr().
* isys/net.h: Removed getIPAddr() prototype.
Diffstat (limited to 'isys/net.h')
-rw-r--r-- | isys/net.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/isys/net.h b/isys/net.h index 5d93c14aa..a275b281e 100644 --- a/isys/net.h +++ b/isys/net.h @@ -36,7 +36,4 @@ typedef enum ethtool_duplex_t { ETHTOOL_DUPLEX_UNSPEC = -1, /* set ethtool settings */ int setEthtoolSettings(char * dev, ethtool_speed speed, ethtool_duplex duplex); -/* get the ip address of an interface */ -char *getIPAddr(char *ifname); - #endif |