there is no <string.h> in standalone code; should be getting strcpy from

libkern.
This commit is contained in:
christos 2017-01-14 21:57:20 +00:00
parent 0792f962a8
commit 48ad5593f8
1 changed files with 1 additions and 3 deletions

View File

@ -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 <arm/imx/imx23_digctlreg.h>
#include <arm/imx/imx23_uartdbgreg.h>
#include <string.h>
#include "common.h"
static void ngets(char *, int);