Why cast a constant to (unsigned long) when you can make it this by

appending UL.
This commit is contained in:
rgrimes 1994-05-28 06:38:34 +00:00
parent 4ca7a63bff
commit 09e6808333

View File

@ -77,7 +77,7 @@ void bytenetorder(struct tsp *);
void bytehostorder(struct tsp *);
#define BU ((unsigned long)2208988800) /* seconds before UNIX epoch */
#define BU (2208988800UL) /* seconds before UNIX epoch */
/* compute the difference between our date and another machine