diff options
author | 2001-06-04 23:20:44 +0000 | |
---|---|---|
committer | 2001-06-04 23:20:44 +0000 | |
commit | 3f8a0e9d93ee90c0ea925a04f368f92894b6917d (patch) | |
tree | b0a71d871015b69258ae0bdbda583d41d34f549f /sys/lib | |
parent | oh, just include machine/asm.h (diff) | |
download | wireguard-openbsd-3f8a0e9d93ee90c0ea925a04f368f92894b6917d.tar.xz wireguard-openbsd-3f8a0e9d93ee90c0ea925a04f368f92894b6917d.zip |
sync
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libkern/arch/hppa/strlcpy.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/libkern/arch/hppa/strlcpy.S b/sys/lib/libkern/arch/hppa/strlcpy.S index 5429f3092e5..85586a97160 100644 --- a/sys/lib/libkern/arch/hppa/strlcpy.S +++ b/sys/lib/libkern/arch/hppa/strlcpy.S @@ -1,4 +1,4 @@ -/* $OpenBSD: strlcpy.S,v 1.3 2001/06/04 23:15:49 mickey Exp $ */ +/* $OpenBSD: strlcpy.S,v 1.4 2001/06/04 23:20:44 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.3 2001/06/04 23:15:49 mickey Exp $" + .asciz "$OpenBSD: strlcpy.S,v 1.4 2001/06/04 23:20:44 mickey Exp $" .align 4 #endif |