summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/string/strcat.S
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-24 20:29:14 +0000
committerpeter <peter@FreeBSD.org>2001-10-24 20:29:14 +0000
commit314a1d33625babdcfab9e14312bf6bdd6468edb7 (patch)
treebf9bde0f6829f75c2e9747018b1dd82fae1b367f /lib/libc/i386/string/strcat.S
parenteb865e7656a79fe2bee573a132e157876fb0636e (diff)
downloadFreeBSD-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/string/strcat.S')
-rw-r--r--lib/libc/i386/string/strcat.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/string/strcat.S b/lib/libc/i386/string/strcat.S
index 093fe4c..d05a308 100644
--- a/lib/libc/i386/string/strcat.S
+++ b/lib/libc/i386/string/strcat.S
@@ -33,7 +33,7 @@
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
-#include "DEFS.h"
+#include <machine/asm.h>
/*
* strcat(s, append)
OpenPOWER on IntegriCloud