summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/util/longsize.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/util/longsize.c')
-rw-r--r--usr.sbin/xntpd/util/longsize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/util/longsize.c b/usr.sbin/xntpd/util/longsize.c
index 6bdbdfe..bb884ba 100644
--- a/usr.sbin/xntpd/util/longsize.c
+++ b/usr.sbin/xntpd/util/longsize.c
@@ -2,7 +2,7 @@
main()
{
- if (sizeof(long) == 8) {
+ if (sizeof(long) == 8) {
printf("-DLONG8\n");
} else if (sizeof(long) == 4) {
printf("-DLONG4\n");
OpenPOWER on IntegriCloud