(no message)
authorPeter McIlroy <mcilroy@ucbvax.Berkeley.EDU>
Thu, 17 Dec 1992 12:01:52 +0000 (04:01 -0800)
committerPeter McIlroy <mcilroy@ucbvax.Berkeley.EDU>
Thu, 17 Dec 1992 12:01:52 +0000 (04:01 -0800)
SCCS-vsn: lib/libm/common_source/log.c 5.9

usr/src/lib/libm/common_source/log.c

index 27796a1..62c5f90 100644 (file)
@@ -6,14 +6,14 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)log.c      5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)log.c      5.9 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <math.h>
 #include <errno.h>
 
 #include "log_table.h"
 #endif /* not lint */
 
 #include <math.h>
 #include <errno.h>
 
 #include "log_table.h"
-#include "dmath.h"
+#include "mathimpl.h"
 
 /* Table-driven natural logarithm.
  *
 
 /* Table-driven natural logarithm.
  *