From 4b8f5a9e6dc87bad723af14933cb8c17284eade6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 1 Feb 2012 16:17:12 +0000 Subject: Add tcsetattr and tcgetattr git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4355 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/fs/fs_unregisterdriver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/fs') 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 + * Copyright (C) 2007-2009, 2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * 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(); -- cgit v1.2.3