diff options
author | 1996-11-13 23:24:27 +0000 | |
---|---|---|
committer | 1996-11-13 23:24:27 +0000 | |
commit | 18e4e4f163cf346f0c43fa19c356b39238df36eb (patch) | |
tree | 8aa3fe289bd4e7af2ad13044b2873525fa981fea /lib/libc | |
parent | Merge to NetBSD, added RCSids (diff) | |
download | wireguard-openbsd-18e4e4f163cf346f0c43fa19c356b39238df36eb.tar.xz wireguard-openbsd-18e4e4f163cf346f0c43fa19c356b39238df36eb.zip |
Bad include directive.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/alpha/string/bcopy.S | 6 |
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 |