From 0ec9be8b86b617178ff2bd44796079b6ddbdaaa5 Mon Sep 17 00:00:00 2001 From: kstailey Date: Sat, 22 Feb 1997 16:17:48 +0000 Subject: [PATCH] ufsboot uses strncpy() now --- sys/arch/sun3/stand/libsa/Makefile | 4 ++-- 1 file 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 -- 2.20.1