diff options
Diffstat (limited to 'net/tftp.c')
| -rw-r--r-- | net/tftp.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/net/tftp.c b/net/tftp.c index 7aa3e23c9..e62f2299f 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -310,9 +310,9 @@ static void  TftpSend(void)  {  	uchar *pkt; -	volatile uchar *xp; -	int		len = 0; -	volatile ushort *s; +	uchar *xp; +	int len = 0; +	ushort *s;  #ifdef CONFIG_MCAST_TFTP  	/* Multicast TFTP.. non-MasterClients do not ACK data. */ |