Date: Thu, 11 Jan 2001 23:28:47 -0800 (PST) From: Benno Rice <benno@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern adddi3.c anddi3.c ashldi3.c ashrdi3.c iordi3.c lshldi3.c lshrdi3.c muldi3.c negdi2.c notdi2.c subdi3.c xordi3.c Message-ID: <200101120728.f0C7Sle76219@freefall.freebsd.org>
index | next in thread | raw e-mail
benno 2001/01/11 23:28:47 PST
Modified files:
sys/libkern adddi3.c anddi3.c ashldi3.c ashrdi3.c
iordi3.c lshldi3.c lshrdi3.c muldi3.c
negdi2.c notdi2.c subdi3.c xordi3.c
Log:
Convert all instances of:
#include "quad.h"
to:
#include <libkern/quad.h>
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
Revision Changes Path
1.6 +2 -2 src/sys/libkern/adddi3.c
1.6 +2 -2 src/sys/libkern/anddi3.c
1.6 +2 -2 src/sys/libkern/ashldi3.c
1.7 +2 -2 src/sys/libkern/ashrdi3.c
1.6 +2 -2 src/sys/libkern/iordi3.c
1.6 +2 -2 src/sys/libkern/lshldi3.c
1.6 +2 -2 src/sys/libkern/lshrdi3.c
1.7 +2 -2 src/sys/libkern/muldi3.c
1.6 +2 -2 src/sys/libkern/negdi2.c
1.6 +2 -2 src/sys/libkern/notdi2.c
1.6 +2 -2 src/sys/libkern/subdi3.c
1.6 +2 -2 src/sys/libkern/xordi3.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101120728.f0C7Sle76219>
