From 08b2e5a5495fb08277274eaaf91c21069e0fbadf Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Dec 2009 19:00:40 +0000 Subject: Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2351 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/nsh/nsh_envcmds.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nuttx/examples/nsh/nsh_envcmds.c') diff --git a/nuttx/examples/nsh/nsh_envcmds.c b/nuttx/examples/nsh/nsh_envcmds.c index b0d714550..1c701e46d 100644 --- a/nuttx/examples/nsh/nsh_envcmds.c +++ b/nuttx/examples/nsh/nsh_envcmds.c @@ -1,7 +1,7 @@ /**************************************************************************** * nsh_envcmds.c * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -38,7 +38,6 @@ ****************************************************************************/ #include -#include #include #include -- cgit v1.2.3