diff options
author | peter <peter@FreeBSD.org> | 2001-10-25 01:30:54 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-10-25 01:30:54 +0000 |
commit | f62986b79a56899f05061be231935d16a2c19a07 (patch) | |
tree | f6108340752a44dd5d8648fe67cd31acebbce2d9 | |
parent | 88d4f9b51faec3cda147eefee9b788d182a62539 (diff) | |
download | FreeBSD-src-f62986b79a56899f05061be231935d16a2c19a07.zip FreeBSD-src-f62986b79a56899f05061be231935d16a2c19a07.tar.gz |
Change #include "DEFS.h" to <machine/asm.h>.
-rw-r--r-- | lib/libc_r/arch/amd64/_atomic_lock.S | 2 | ||||
-rw-r--r-- | lib/libc_r/arch/i386/_atomic_lock.S | 2 | ||||
-rw-r--r-- | lib/libpthread/arch/i386/i386/_atomic_lock.S | 2 | ||||
-rw-r--r-- | lib/libstand/i386/_setjmp.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/arch/amd64/_atomic_lock.S b/lib/libc_r/arch/amd64/_atomic_lock.S index 8470070..af49aff 100644 --- a/lib/libc_r/arch/amd64/_atomic_lock.S +++ b/lib/libc_r/arch/amd64/_atomic_lock.S @@ -25,7 +25,7 @@ .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ -#include "DEFS.h" +#include <machine/asm.h> /* * Atomicly lock a location with an identifier provided the location diff --git a/lib/libc_r/arch/i386/_atomic_lock.S b/lib/libc_r/arch/i386/_atomic_lock.S index 8470070..af49aff 100644 --- a/lib/libc_r/arch/i386/_atomic_lock.S +++ b/lib/libc_r/arch/i386/_atomic_lock.S @@ -25,7 +25,7 @@ .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ -#include "DEFS.h" +#include <machine/asm.h> /* * Atomicly lock a location with an identifier provided the location diff --git a/lib/libpthread/arch/i386/i386/_atomic_lock.S b/lib/libpthread/arch/i386/i386/_atomic_lock.S index 8470070..af49aff 100644 --- a/lib/libpthread/arch/i386/i386/_atomic_lock.S +++ b/lib/libpthread/arch/i386/i386/_atomic_lock.S @@ -25,7 +25,7 @@ .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ -#include "DEFS.h" +#include <machine/asm.h> /* * Atomicly lock a location with an identifier provided the location diff --git a/lib/libstand/i386/_setjmp.S b/lib/libstand/i386/_setjmp.S index 6ac89a2..6fc8ac1 100644 --- a/lib/libstand/i386/_setjmp.S +++ b/lib/libstand/i386/_setjmp.S @@ -49,7 +49,7 @@ * The previous signal state is NOT restored. */ -#include "DEFS.h" +#include <machine/asm.h> ENTRY(_setjmp) movl 4(%esp),%eax |