From a4155eb61d984728e938cd4b1ab0aca7b9513d78 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Dec 2009 00:18:32 +0000 Subject: Switching to C99 stdint/stdbool.h types git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2341 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/fs/fs_rename.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/fs/fs_rename.c') diff --git a/nuttx/fs/fs_rename.c b/nuttx/fs/fs_rename.c index 52c8e64f9..119115595 100644 --- a/nuttx/fs/fs_rename.c +++ b/nuttx/fs/fs_rename.c @@ -1,7 +1,7 @@ /**************************************************************************** * fs/fs_rename.c * - * Copyright (C) 2007, 2008 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 @@ -38,7 +38,7 @@ ****************************************************************************/ #include -#include + #include #include #include @@ -46,7 +46,7 @@ #include "fs_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** -- cgit v1.2.3