diff options
author | peter <peter@FreeBSD.org> | 2001-10-24 20:29:14 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-10-24 20:29:14 +0000 |
commit | 314a1d33625babdcfab9e14312bf6bdd6468edb7 (patch) | |
tree | bf9bde0f6829f75c2e9747018b1dd82fae1b367f /lib/libc/i386/sys | |
parent | eb865e7656a79fe2bee573a132e157876fb0636e (diff) | |
download | FreeBSD-src-314a1d33625babdcfab9e14312bf6bdd6468edb7.zip FreeBSD-src-314a1d33625babdcfab9e14312bf6bdd6468edb7.tar.gz |
De-orbit DEFS.h - the other arches do not use it, and it got replaced
with <machine/asm.h>.
Reviewed by: bde
Diffstat (limited to 'lib/libc/i386/sys')
-rw-r--r-- | lib/libc/i386/sys/Ovfork.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/i386/sys/Ovfork.S b/lib/libc/i386/sys/Ovfork.S index ed2f152..c69ef0f 100644 --- a/lib/libc/i386/sys/Ovfork.S +++ b/lib/libc/i386/sys/Ovfork.S @@ -39,7 +39,6 @@ .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ -#include "DEFS.h" #include "SYS.h" /* |