diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-04 23:20:05 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-04 23:20:05 +0000 |
commit | 6f048c87b3c70b1407725e4b60a9ce918e9ef78c (patch) | |
tree | fb3c1ca0c04d63c3270b75460bf340b562cca64f | |
parent | c663418f54ade1f190e695aeab65690091ab2c5f (diff) |
oh, just include machine/asm.h
-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 |