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 Include <string.h> for strcpy
details: https://anonhg.NetBSD.org/src/rev/598581efac7d
branches: trunk
changeset: 350604:598581efac7d
user: martin <martin%NetBSD.org@localhost>
date: Sat Jan 14 12:45:28 2017 +0000
description:
Include <string.h> for strcpy
diffstat:
sys/arch/evbarm/stand/bootimx23/args_prep.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 889338633730 -r 598581efac7d sys/arch/evbarm/stand/bootimx23/args_prep.c
--- a/sys/arch/evbarm/stand/bootimx23/args_prep.c Sat Jan 14 12:00:13 2017 +0000
+++ b/sys/arch/evbarm/stand/bootimx23/args_prep.c Sat Jan 14 12:45:28 2017 +0000
@@ -1,4 +1,4 @@
-/* $Id: args_prep.c,v 1.1 2013/02/23 16:22:39 jkunz Exp $ */
+/* $Id: args_prep.c,v 1.2 2017/01/14 12:45:28 martin Exp $ */
/*
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -82,6 +82,8 @@
#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