summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntpd.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2016-01-11 15:30:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2016-01-11 15:30:57 +0000
commit4bc3ac1547fb8ab0483d0580aa02792aea76766b (patch)
tree64c04f39624f800f6fee2bde478eb014a78c1cc2 /usr.sbin/ntpd/ntpd.c
parent270b13fb68248c9de04b41dcf729e1c87ff9513e (diff)
sneaky whitespace snuck in again
Diffstat (limited to 'usr.sbin/ntpd/ntpd.c')
-rw-r--r--usr.sbin/ntpd/ntpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.c b/usr.sbin/ntpd/ntpd.c
index a763905e593..e9e651b72f1 100644
--- a/usr.sbin/ntpd/ntpd.c
+++ b/usr.sbin/ntpd/ntpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntpd.c,v 1.102 2015/12/29 18:23:28 millert Exp $ */
+/* $OpenBSD: ntpd.c,v 1.103 2016/01/11 15:30:56 deraadt Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -528,7 +528,7 @@ readfreq(void)
freqfp = fopen(DRIFTFILE, "w");
return;
}
-
+
freqfp = fdopen(fd, "r+");
/* if we're adjusting frequency already, don't override */