aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-28 06:38:34 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-28 06:38:34 +0000
commit4bf240e3b93d986053d779416556afebe2c25296 (patch)
treeef9375411f3767b6bdd2caabc7fffa46051fe44f /usr.sbin
parent4311528181a3dbcd7279ee19b0fb1e936b321c11 (diff)
downloadsrc-4bf240e3b93d986053d779416556afebe2c25296.tar.gz
src-4bf240e3b93d986053d779416556afebe2c25296.zip
Why cast a constant to (unsigned long) when you can make it this by
appending UL.
Notes
Notes: svn path=/head/; revision=1611
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/timed/timedc/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c
index 557f721c4747..9e0aa21288e1 100644
--- a/usr.sbin/timed/timedc/cmds.c
+++ b/usr.sbin/timed/timedc/cmds.c
@@ -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