summaryrefslogtreecommitdiffstats
path: root/net/bootp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/bootp.h')
-rw-r--r--net/bootp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bootp.h b/net/bootp.h
index f5529f7ecc..4001874791 100644
--- a/net/bootp.h
+++ b/net/bootp.h
@@ -58,7 +58,6 @@ typedef struct
/* bootp.c */
extern ulong BootpID; /* ID of cur BOOTP request */
extern char BootFile[128]; /* Boot file name */
-extern int BootpTry;
#ifdef CONFIG_BOOTP_RANDOM_DELAY
ulong seed1, seed2; /* seed for random BOOTP delay */
#endif