From d6f7647d73b56459d9be3294ce6544e4588c557b Mon Sep 17 00:00:00 2001 From: benno Date: Fri, 12 Jan 2001 07:28:46 +0000 Subject: Convert all instances of: #include "quad.h" to: #include as the former breaks under a kernel build. This change had already been performed on the files that were used in other kernel builds, however the PowerPC kernel build seems to require some that weren't being used. Reviewed by: obrien, peter --- sys/libkern/notdi2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/libkern/notdi2.c') diff --git a/sys/libkern/notdi2.c b/sys/libkern/notdi2.c index 0a1e97e..8c9d18e 100644 --- a/sys/libkern/notdi2.c +++ b/sys/libkern/notdi2.c @@ -37,7 +37,7 @@ * $FreeBSD$ */ -#include "quad.h" +#include /* * Return ~a. For some reason gcc calls this `one's complement' rather -- cgit v1.1