4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / lib / libc / quad / floatunsdidf.c
index d679794..4413cb1 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -10,7 +10,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)floatunsdidf.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)floatunsdidf.c     8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include "quad.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "quad.h"
@@ -20,7 +20,8 @@ static char sccsid[] = "@(#)floatunsdidf.c    5.1 (Berkeley) %G%";
  * This is exactly like floatdidf.c except that negatives never occur.
  */
 double
  * This is exactly like floatdidf.c except that negatives never occur.
  */
 double
-__floatunsdidf(u_quad x)
+__floatunsdidf(x)
+       u_quad_t x;
 {
        double d;
        union uu u;
 {
        double d;
        union uu u;