diff options
author | 2001-06-04 23:20:04 +0000 | |
---|---|---|
committer | 2001-06-04 23:20:04 +0000 | |
commit | a219fda4bf8a0b60eb137d03b86812269ba057f6 (patch) | |
tree | cf4a1f77c7f5951568d12734cfd8d803160d460d /lib/libc/arch/hppa/string | |
parent | merge ssh1/2 x11-fwd setup, create listener after tmp-dir (diff) | |
download | wireguard-openbsd-a219fda4bf8a0b60eb137d03b86812269ba057f6.tar.xz wireguard-openbsd-a219fda4bf8a0b60eb137d03b86812269ba057f6.zip |
oh, just include machine/asm.h
Diffstat (limited to 'lib/libc/arch/hppa/string')
-rw-r--r-- | lib/libc/arch/hppa/string/strlcpy.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/arch/hppa/string/strlcpy.S b/lib/libc/arch/hppa/string/strlcpy.S index cc26bd12cc3..112504a774a 100644 --- a/lib/libc/arch/hppa/string/strlcpy.S +++ b/lib/libc/arch/hppa/string/strlcpy.S @@ -1,4 +1,4 @@ -/* $OpenBSD: strlcpy.S,v 1.4 2001/06/04 23:14:03 mickey Exp $ */ +/* $OpenBSD: strlcpy.S,v 1.5 2001/06/04 23:20:04 mickey Exp $ */ /* * Copyright (c) 1999-2001 Michael Shalayeff @@ -30,11 +30,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "DEFS.h" +#include <machine/asm.h> #if defined(LIBC_SCCS) .text - .asciz "$OpenBSD: strlcpy.S,v 1.4 2001/06/04 23:14:03 mickey Exp $" + .asciz "$OpenBSD: strlcpy.S,v 1.5 2001/06/04 23:20:04 mickey Exp $" .align 4 #endif |