mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Why cast a constant to (unsigned long) when you can make it this by
appending UL.
This commit is contained in:
parent
4311528181
commit
4bf240e3b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1611
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user