Aya Mahfouz 451c2b5caf net: dns_resolver: convert time_t to time64_t
Changes the definition of the pointer _expiry from time_t to
time64_t. This is to handle the Y2038 problem where time_t
will overflow in the year 2038. The change is safe because
the kernel subsystems that call dns_query pass NULL.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-11-18 16:27:46 -05:00
..
2015-11-07 01:30:10 +01:00
2015-11-12 15:26:39 -08:00
2015-11-10 15:06:26 -08:00
2015-11-09 17:11:57 -08:00
2015-11-10 15:00:03 -08:00
2015-11-13 17:05:32 -08:00