diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-02-22 16:17:49 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-02-22 16:17:49 +0000 |
commit | df9b0ebadb8f4baa6c238adda33ec7c20091c08f (patch) | |
tree | 0b87e846e27ea3f6aea04a29cf5c12137fd30932 /sys/arch/sun3 | |
parent | 33184db58245975255968ee6904ee58179120fd8 (diff) |
ufsboot uses strncpy() now
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r-- | sys/arch/sun3/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/stand/libsa/Makefile b/sys/arch/sun3/stand/libsa/Makefile index 3a016f8b02c..95f0057b010 100644 --- a/sys/arch/sun3/stand/libsa/Makefile +++ b/sys/arch/sun3/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1996/11/14 16:11:56 kstailey Exp $ +# $OpenBSD: Makefile,v 1.8 1997/02/22 16:17:48 kstailey Exp $ # $NetBSD: Makefile,v 1.9.4.1 1996/06/26 20:16:58 jtc Exp $ LIB=sa @@ -15,7 +15,7 @@ SRC_net= nfs.c rpc.c net.c ether.c arp.c in_cksum.c \ bootparam.c rarp.c SRC_sa = alloc.c close.c getfile.c memcmp.c memcpy.c memset.c open.c \ - printf.c read.c strerror.c ufs.c + printf.c read.c strerror.c strncpy.c ufs.c SRC_kern= ashrdi3.c strcmp.c strlen.c |