diff options
Diffstat (limited to 'net/bootp.h')
| -rw-r--r-- | net/bootp.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/net/bootp.h b/net/bootp.h index ce7373454..bf4e8756a 100644 --- a/net/bootp.h +++ b/net/bootp.h @@ -63,9 +63,6 @@ struct Bootp_t {  extern ulong	BootpID;		/* ID of cur BOOTP request	*/  extern char	BootFile[128];		/* Boot file name		*/  extern int	BootpTry; -#ifdef CONFIG_BOOTP_RANDOM_DELAY -extern ulong	seed1, seed2;		/* seed for random BOOTP delay	*/ -#endif  /* Send a BOOTP request */ |