diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-12 14:00:21 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-12 14:00:21 +0000 |
commit | 887050456bbba6bfdb8a98f5c4c9d75ed682f605 (patch) | |
tree | ab6310f5eac2b2cbc632b37bda21696177ae73e9 | |
parent | ea73ab1d1e0efba3d0b3b46ec063b8b786cc7aae (diff) | |
download | drakx-backup-do-not-use-887050456bbba6bfdb8a98f5c4c9d75ed682f605.tar drakx-backup-do-not-use-887050456bbba6bfdb8a98f5c4c9d75ed682f605.tar.gz drakx-backup-do-not-use-887050456bbba6bfdb8a98f5c4c9d75ed682f605.tar.bz2 drakx-backup-do-not-use-887050456bbba6bfdb8a98f5c4c9d75ed682f605.tar.xz drakx-backup-do-not-use-887050456bbba6bfdb8a98f5c4c9d75ed682f605.zip |
remove unneeded #define
-rw-r--r-- | mdk-stage1/dhcp.c | 3 |
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; |