From 329bf67f0c4b6beb77e5856c8038a3202909be58 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Dec 2009 14:25:14 +0000 Subject: Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2343 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/bch/bchlib_sem.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'nuttx/drivers/bch/bchlib_sem.c') diff --git a/nuttx/drivers/bch/bchlib_sem.c b/nuttx/drivers/bch/bchlib_sem.c index c7b0f39f7..b0c67a997 100644 --- a/nuttx/drivers/bch/bchlib_sem.c +++ b/nuttx/drivers/bch/bchlib_sem.c @@ -1,7 +1,7 @@ /**************************************************************************** * drivers/bch/bchlib_sem.c * - * Copyright (C) 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -33,18 +33,12 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ #include -#include - #include #include #include @@ -52,7 +46,7 @@ #include "bch_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** -- cgit v1.2.3