summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-01 16:17:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-01 16:17:12 +0000
commit4b8f5a9e6dc87bad723af14933cb8c17284eade6 (patch)
treeb0014f9fe1675d05d8ee5d12f3c4128f7a59dbd2 /nuttx/fs
parentd9e1bd9b855de8783076cddae7e17177d071a8b5 (diff)
downloadpx4-nuttx-4b8f5a9e6dc87bad723af14933cb8c17284eade6.tar.gz
px4-nuttx-4b8f5a9e6dc87bad723af14933cb8c17284eade6.tar.bz2
px4-nuttx-4b8f5a9e6dc87bad723af14933cb8c17284eade6.zip
Add tcsetattr and tcgetattr
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4355 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/fs_unregisterdriver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/fs/fs_unregisterdriver.c b/nuttx/fs/fs_unregisterdriver.c
index 8370252dc..159816a6e 100644
--- a/nuttx/fs/fs_unregisterdriver.c
+++ b/nuttx/fs/fs_unregisterdriver.c
@@ -1,8 +1,8 @@
/****************************************************************************
* fs/fs_unregisterdriver.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007-2009, 2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -71,7 +71,7 @@
* Name: unregister_driver()
****************************************************************************/
-int unregister_driver(const char *path)
+int unregister_driver(FAR const char *path)
{
int ret;
inode_semtake();