summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_exec.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-15 17:06:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-15 17:06:59 +0000
commit16d2eec530d7d269332d81edc1975de6c99d61b4 (patch)
tree1cfec3ee5e021e932c68b5868486b0046e776b8f /nuttx/binfmt/binfmt_exec.c
parentceb27f64b4e5c1740c5d5d4730b57c48f5745735 (diff)
downloadnuttx-16d2eec530d7d269332d81edc1975de6c99d61b4.tar.gz
nuttx-16d2eec530d7d269332d81edc1975de6c99d61b4.tar.bz2
nuttx-16d2eec530d7d269332d81edc1975de6c99d61b4.zip
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@2349 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt/binfmt_exec.c')
-rw-r--r--nuttx/binfmt/binfmt_exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/binfmt/binfmt_exec.c b/nuttx/binfmt/binfmt_exec.c
index 2305f6d63..cefd3aa5c 100644
--- a/nuttx/binfmt/binfmt_exec.c
+++ b/nuttx/binfmt/binfmt_exec.c
@@ -38,7 +38,6 @@
****************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
#include <string.h>
#include <sched.h>