From 48ad5593f8ba03fdbed08ff93eb37214ccf2cd4e Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 14 Jan 2017 21:57:20 +0000 Subject: [PATCH] there is no in standalone code; should be getting strcpy from libkern. --- sys/arch/evbarm/stand/bootimx23/args_prep.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/evbarm/stand/bootimx23/args_prep.c b/sys/arch/evbarm/stand/bootimx23/args_prep.c index 7dd8af63d749..f94a17a9e595 100644 --- a/sys/arch/evbarm/stand/bootimx23/args_prep.c +++ b/sys/arch/evbarm/stand/bootimx23/args_prep.c @@ -1,4 +1,4 @@ -/* $Id: args_prep.c,v 1.2 2017/01/14 12:45:28 martin Exp $ */ +/* $Id: args_prep.c,v 1.3 2017/01/14 21:57:20 christos Exp $ */ /* * Copyright (c) 2012 The NetBSD Foundation, Inc. @@ -82,8 +82,6 @@ #include #include -#include - #include "common.h" static void ngets(char *, int);