sys/param.h is not needed in these files
authorderaadt <deraadt@openbsd.org>
Fri, 17 Sep 2021 15:12:28 +0000 (15:12 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 17 Sep 2021 15:12:28 +0000 (15:12 +0000)
lib/libc/arch/sparc64/fpu/fpu_add.c
lib/libc/arch/sparc64/fpu/fpu_explode.c
lib/libc/arch/sparc64/fpu/fpu_implode.c
lib/libc/arch/sparc64/fpu/fpu_subr.c

index 4fc70e0..3f96b40 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpu_add.c,v 1.3 2019/03/15 05:42:38 kevlo Exp $       */
+/*     $OpenBSD: fpu_add.c,v 1.4 2021/09/17 15:12:28 deraadt Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -51,7 +51,7 @@
  * To subtract, negate y and call add.
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 
 #include <machine/frame.h>
 #include <machine/fsr.h>
index 8ee9304..987882e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpu_explode.c,v 1.10 2019/06/21 17:00:58 jca Exp $    */
+/*     $OpenBSD: fpu_explode.c,v 1.11 2021/09/17 15:12:28 deraadt Exp $        */
 
 /*
  * Copyright (c) 1992, 1993
@@ -50,7 +50,7 @@
  * into our internal format.
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 
 #include <machine/frame.h>
 #include <machine/fsr.h>
index 98118a9..0749897 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpu_implode.c,v 1.6 2019/03/15 05:42:38 kevlo Exp $   */
+/*     $OpenBSD: fpu_implode.c,v 1.7 2021/09/17 15:12:28 deraadt Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -50,7 +50,7 @@
  * `packed binary' format.
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 
 #include <machine/frame.h>
 #include <machine/fsr.h>
index 8e06eac..530550d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpu_subr.c,v 1.3 2019/03/15 05:42:38 kevlo Exp $      */
+/*     $OpenBSD: fpu_subr.c,v 1.4 2021/09/17 15:12:28 deraadt Exp $    */
 
 /*
  * Copyright (c) 1992, 1993
@@ -49,7 +49,7 @@
  * FPU subroutines.
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 
 #include <machine/frame.h>
 #include <machine/fsr.h>