summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoretheisen <etheisen@cvs.openbsd.org>1996-11-13 23:24:28 +0000
committeretheisen <etheisen@cvs.openbsd.org>1996-11-13 23:24:28 +0000
commit95a4afef17ef9a333a9e86f3cc7a8c11bdd1ddea (patch)
tree2d58e276932be86b51f98599b3ea14b3f4c7b6c9 /lib
parent088a28c781c29dac94edaf439a1b6cd2d6eb84f7 (diff)
Bad include directive.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/arch/alpha/string/bcopy.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/arch/alpha/string/bcopy.S b/lib/libc/arch/alpha/string/bcopy.S
index 5b503b639e3..8d1fd3054c8 100644
--- a/lib/libc/arch/alpha/string/bcopy.S
+++ b/lib/libc/arch/alpha/string/bcopy.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcopy.S,v 1.3 1996/11/13 22:05:07 niklas Exp $ */
+/* $OpenBSD: bcopy.S,v 1.4 1996/11/13 23:24:27 etheisen Exp $ */
/* $NetBSD: bcopy.S,v 1.3 1996/10/17 03:08:11 cgd Exp $ */
/*
@@ -31,10 +31,10 @@
#if defined(LIBC_SCCS)
.text
- .asciz "$OpenBSD: bcopy.S,v 1.3 1996/11/13 22:05:07 niklas Exp $"
+ .asciz "$OpenBSD: bcopy.S,v 1.4 1996/11/13 23:24:27 etheisen Exp $"
#endif
-include <machine/asm.h>
+#include <machine/asm.h>
#if defined(MEMCOPY) || defined(MEMMOVE)
#ifdef MEMCOPY