aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/include/ieee754io.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-03-30 13:30:15 +0000
committerCy Schubert <cy@FreeBSD.org>2015-03-30 13:30:15 +0000
commit2b15cb3d0922bd70ea592f0da9b4a5b167f4d53f (patch)
tree388af01c574ac107295ae453bab1e272bbfcda27 /contrib/ntp/include/ieee754io.h
parenta83592093c063d2b02127a1de7c7c93d5f600bd2 (diff)
parentf7cba3a80d9ebefc57776fffd17a4ae68f72e494 (diff)
downloadsrc-2b15cb3d0922bd70ea592f0da9b4a5b167f4d53f.tar.gz
src-2b15cb3d0922bd70ea592f0da9b4a5b167f4d53f.zip
MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)
Thanks to roberto for providing pointers to wedge this into HEAD. Approved by: roberto
Notes
Notes: svn path=/head/; revision=280849
Diffstat (limited to 'contrib/ntp/include/ieee754io.h')
-rw-r--r--contrib/ntp/include/ieee754io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ntp/include/ieee754io.h b/contrib/ntp/include/ieee754io.h
index 6906731cbfb4..73e7f798308a 100644
--- a/contrib/ntp/include/ieee754io.h
+++ b/contrib/ntp/include/ieee754io.h
@@ -52,8 +52,8 @@
#define IEEE_OFFSETS 8 /* number of byte positions */
typedef unsigned char offsets_t[IEEE_OFFSETS];
-int fetch_ieee754 P((unsigned char **bufp, int size, l_fp *lfpp, offsets_t offsets));
-int put_ieee754 P((unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets));
+int fetch_ieee754 (unsigned char **bufp, int size, l_fp *lfpp, offsets_t offsets);
+int put_ieee754 (unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets);
#endif
/*