summaryrefslogtreecommitdiffstats
path: root/loader2/net.h
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-07-13 17:14:21 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-07-13 17:14:21 +0000
commitb089b076992372be5eacb0f1782b0707add9f9c3 (patch)
tree328cb7972aef860b1f4ad286bf3c09f5c7ed30fc /loader2/net.h
parentf50b13e241ffa1118cd480a19646f2a4eeff55db (diff)
downloadanaconda-b089b076992372be5eacb0f1782b0707add9f9c3.tar.gz
anaconda-b089b076992372be5eacb0f1782b0707add9f9c3.tar.xz
anaconda-b089b076992372be5eacb0f1782b0707add9f9c3.zip
* loader2/net.h: Removed IP_STRLEN macro (moved to libdhcp headers).
Diffstat (limited to 'loader2/net.h')
-rw-r--r--loader2/net.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/loader2/net.h b/loader2/net.h
index 3b66240dc..6ea693416 100644
--- a/loader2/net.h
+++ b/loader2/net.h
@@ -6,10 +6,6 @@
#include <libdhcp.h>
#include <pump.h>
-#define IP_STRLEN( ip ) \
- ( ((ip)->sa_family == AF_INET) ? INET_ADDRSTRLEN : \
- ((ip)->sa_family == AF_INET6) ? INET6_ADDRSTRLEN : 0 )
-
struct networkDeviceConfig {
struct pumpNetIntf dev;