summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/env_removevar.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-14 19:30:18 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-14 19:30:18 +0000
commit270802f65be74f542a5b66a71e17a5f6341818b4 (patch)
treed10315fb8eeff8dadcbde87cc1e0715d015bf261 /nuttx/sched/env_removevar.c
parentc382a1d9047c845deaecdf142fc57db8eb1f8f25 (diff)
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
Diffstat (limited to 'nuttx/sched/env_removevar.c')
-rw-r--r--nuttx/sched/env_removevar.c6
1 files changed, 3 insertions, 3 deletions
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 <spudmonkey@racsa.co.cr>
*
* 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.
*