From 270802f65be74f542a5b66a71e17a5f6341818b4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 Dec 2009 19:30:18 +0000 Subject: Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2337 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/sched/env_removevar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/sched/env_removevar.c') diff --git a/nuttx/sched/env_removevar.c b/nuttx/sched/env_removevar.c index 990e9659a5..b4890a35df 100644 --- a/nuttx/sched/env_removevar.c +++ b/nuttx/sched/env_removevar.c @@ -1,7 +1,7 @@ /**************************************************************************** - * env_removevar.c + * sched/env_removevar.c * - * Copyright (C) 2007 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 @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * 3. Neither the name Gregory Nutt nor the names of its contributors may be + * 3. Neither the name NuttX nor the names of its contributors may be * used to endorse or promote products derived from this software * without specific prior written permission. * -- cgit v1.2.3