freebsd-nq/sys/libkern
Benno Rice aab719f090 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
2001-01-12 07:28:46 +00:00
..
alpha
ia64
adddi3.c
anddi3.c
arc4random.c
ashldi3.c
ashrdi3.c
bcd.c
bcmp.c
cmpdi2.c
divdi3.c
ffs.c
fnmatch.c
index.c
inet_ntoa.c
iordi3.c
locc.c
lshldi3.c
lshrdi3.c
mcount.c
moddi3.c
muldi3.c
negdi2.c
notdi2.c
qdivrem.c
qsort.c
quad.h
random.c
rindex.c
scanc.c
skpc.c
strcat.c
strcmp.c
strcpy.c
strlcat.c
strlcpy.c
strlen.c
strncmp.c
strncpy.c
strsep.c
strtol.c
strtoq.c
strtoul.c
strtouq.c
subdi3.c
ucmpdi2.c
udivdi3.c
umoddi3.c
xordi3.c