summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.h
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-29 12:01:38 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-29 12:01:38 +0000
commitaa44ace96863461d47f4e21d4dc797e284b973a3 (patch)
tree1f989d4c3cdc74a29bd9d49e79789ffdc325e82a /mdk-stage1/network.h
parent477a8cc709be345504c6cbbf1b57103978484e33 (diff)
downloaddrakx-aa44ace96863461d47f4e21d4dc797e284b973a3.tar
drakx-aa44ace96863461d47f4e21d4dc797e284b973a3.tar.gz
drakx-aa44ace96863461d47f4e21d4dc797e284b973a3.tar.bz2
drakx-aa44ace96863461d47f4e21d4dc797e284b973a3.tar.xz
drakx-aa44ace96863461d47f4e21d4dc797e284b973a3.zip
remove http proxy settings from interface structure, that was really dumb
Diffstat (limited to 'mdk-stage1/network.h')
-rw-r--r--mdk-stage1/network.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdk-stage1/network.h b/mdk-stage1/network.h
index 33f4b8d71..278950461 100644
--- a/mdk-stage1/network.h
+++ b/mdk-stage1/network.h
@@ -41,7 +41,6 @@ struct interface_info {
struct in_addr ip, netmask, broadcast, network;
enum boot_proto_type boot_proto;
char *user, *pass, *acname; /* for ADSL connection */
- char *http_proxy_host, *http_proxy_port;
};