summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_close.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-31 00:28:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-31 00:28:24 +0000
commitad910059a7501d0f9f7b5f722258cb902c64eb15 (patch)
tree522105d53d29cdc3a37a6b75977830bd7c1faa83 /nuttx/fs/fs_close.c
parentd5b792fdafc619122a2e5cae2e5918cc451ff84a (diff)
downloadpx4-nuttx-ad910059a7501d0f9f7b5f722258cb902c64eb15.tar.gz
px4-nuttx-ad910059a7501d0f9f7b5f722258cb902c64eb15.tar.bz2
px4-nuttx-ad910059a7501d0f9f7b5f722258cb902c64eb15.zip
Fix bug: Using unsigned to detect errno<0
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@791 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/fs_close.c')
-rw-r--r--nuttx/fs/fs_close.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/fs/fs_close.c b/nuttx/fs/fs_close.c
index c1f3322cc..736788a2e 100644
--- a/nuttx/fs/fs_close.c
+++ b/nuttx/fs/fs_close.c
@@ -1,7 +1,7 @@
/****************************************************************************
- * fs_close.c
+ * fs/fs_close.c
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2008 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.
*