Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/stand/bootimx23 there is no <string.h> in st...
details: https://anonhg.NetBSD.org/src/rev/2132b84bb3a0
branches: trunk
changeset: 350636:2132b84bb3a0
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 14 21:57:20 2017 +0000
description:
there is no <string.h> in standalone code; should be getting strcpy from
libkern.
diffstat:
sys/arch/evbarm/stand/bootimx23/args_prep.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 3b0257852c77 -r 2132b84bb3a0 sys/arch/evbarm/stand/bootimx23/args_prep.c
--- a/sys/arch/evbarm/stand/bootimx23/args_prep.c Sat Jan 14 21:36:58 2017 +0000
+++ b/sys/arch/evbarm/stand/bootimx23/args_prep.c Sat Jan 14 21:57:20 2017 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index