summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dhcp.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-04-12 14:00:21 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-04-12 14:00:21 +0000
commit887050456bbba6bfdb8a98f5c4c9d75ed682f605 (patch)
treeab6310f5eac2b2cbc632b37bda21696177ae73e9 /mdk-stage1/dhcp.c
parentea73ab1d1e0efba3d0b3b46ec063b8b786cc7aae (diff)
downloaddrakx-887050456bbba6bfdb8a98f5c4c9d75ed682f605.tar
drakx-887050456bbba6bfdb8a98f5c4c9d75ed682f605.tar.gz
drakx-887050456bbba6bfdb8a98f5c4c9d75ed682f605.tar.bz2
drakx-887050456bbba6bfdb8a98f5c4c9d75ed682f605.tar.xz
drakx-887050456bbba6bfdb8a98f5c4c9d75ed682f605.zip
remove unneeded #define
Diffstat (limited to 'mdk-stage1/dhcp.c')
-rw-r--r--mdk-stage1/dhcp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mdk-stage1/dhcp.c b/mdk-stage1/dhcp.c
index e2013994a..ab259e7c9 100644
--- a/mdk-stage1/dhcp.c
+++ b/mdk-stage1/dhcp.c
@@ -49,9 +49,6 @@
#include "dhcp.h"
-#define NUM_RETRIES 5
-
-
typedef int bp_int32;
typedef short bp_int16;