From de0f788a0559f8bbe5c83b0d988a9be394170764 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 19 Aug 2011 14:51:08 +0000 Subject: [PATCH] Remove executable property from many files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3897 42af7a65-404d-4744-a932-0658087f49c3 --- drivers/analog/Make.defs | 0 include/crc32.h | 0 include/math.h | 0 include/nuttx/analog/adc.h | 0 include/nuttx/cs89x0.h | 0 include/nuttx/enc28j60.h | 0 include/nuttx/lcd/lcd.h | 0 include/nuttx/lcd/nokia6100.h | 0 include/nuttx/lcd/p14201.h | 0 include/nuttx/lcd/ug-9664hswag01.h | 0 include/nuttx/page.h | 0 include/nuttx/rgbcolors.h | 0 include/nuttx/rtc.h | 0 include/nuttx/sdio.h | 0 include/nuttx/uart_16550.h | 0 include/nuttx/usb/hid.h | 0 include/nuttx/usb/ohci.h | 0 include/nuttx/usb/usbhost_trace.h | 0 include/nuttx/wireless/cc1101.h | 0 include/nuttx/wqueue.h | 0 include/stdbool.h | 0 include/stdint.h | 0 include/sys/sockio.h | 0 sched/pg_internal.h | 0 sched/pg_worker.c | 0 sched/sched_garbage.c | 0 sched/work_cancel.c | 0 sched/work_internal.h | 0 sched/work_queue.c | 0 sched/work_thread.c | 0 30 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 drivers/analog/Make.defs mode change 100755 => 100644 include/crc32.h mode change 100755 => 100644 include/math.h mode change 100755 => 100644 include/nuttx/analog/adc.h mode change 100755 => 100644 include/nuttx/cs89x0.h mode change 100755 => 100644 include/nuttx/enc28j60.h mode change 100755 => 100644 include/nuttx/lcd/lcd.h mode change 100755 => 100644 include/nuttx/lcd/nokia6100.h mode change 100755 => 100644 include/nuttx/lcd/p14201.h mode change 100755 => 100644 include/nuttx/lcd/ug-9664hswag01.h mode change 100755 => 100644 include/nuttx/page.h mode change 100755 => 100644 include/nuttx/rgbcolors.h mode change 100755 => 100644 include/nuttx/rtc.h mode change 100755 => 100644 include/nuttx/sdio.h mode change 100755 => 100644 include/nuttx/uart_16550.h mode change 100755 => 100644 include/nuttx/usb/hid.h mode change 100755 => 100644 include/nuttx/usb/ohci.h mode change 100755 => 100644 include/nuttx/usb/usbhost_trace.h mode change 100755 => 100644 include/nuttx/wireless/cc1101.h mode change 100755 => 100644 include/nuttx/wqueue.h mode change 100755 => 100644 include/stdbool.h mode change 100755 => 100644 include/stdint.h mode change 100755 => 100644 include/sys/sockio.h mode change 100755 => 100644 sched/pg_internal.h mode change 100755 => 100644 sched/pg_worker.c mode change 100755 => 100644 sched/sched_garbage.c mode change 100755 => 100644 sched/work_cancel.c mode change 100755 => 100644 sched/work_internal.h mode change 100755 => 100644 sched/work_queue.c mode change 100755 => 100644 sched/work_thread.c diff --git a/drivers/analog/Make.defs b/drivers/analog/Make.defs old mode 100755 new mode 100644 diff --git a/include/crc32.h b/include/crc32.h old mode 100755 new mode 100644 diff --git a/include/math.h b/include/math.h old mode 100755 new mode 100644 diff --git a/include/nuttx/analog/adc.h b/include/nuttx/analog/adc.h old mode 100755 new mode 100644 diff --git a/include/nuttx/cs89x0.h b/include/nuttx/cs89x0.h old mode 100755 new mode 100644 diff --git a/include/nuttx/enc28j60.h b/include/nuttx/enc28j60.h old mode 100755 new mode 100644 diff --git a/include/nuttx/lcd/lcd.h b/include/nuttx/lcd/lcd.h old mode 100755 new mode 100644 diff --git a/include/nuttx/lcd/nokia6100.h b/include/nuttx/lcd/nokia6100.h old mode 100755 new mode 100644 diff --git a/include/nuttx/lcd/p14201.h b/include/nuttx/lcd/p14201.h old mode 100755 new mode 100644 diff --git a/include/nuttx/lcd/ug-9664hswag01.h b/include/nuttx/lcd/ug-9664hswag01.h old mode 100755 new mode 100644 diff --git a/include/nuttx/page.h b/include/nuttx/page.h old mode 100755 new mode 100644 diff --git a/include/nuttx/rgbcolors.h b/include/nuttx/rgbcolors.h old mode 100755 new mode 100644 diff --git a/include/nuttx/rtc.h b/include/nuttx/rtc.h old mode 100755 new mode 100644 diff --git a/include/nuttx/sdio.h b/include/nuttx/sdio.h old mode 100755 new mode 100644 diff --git a/include/nuttx/uart_16550.h b/include/nuttx/uart_16550.h old mode 100755 new mode 100644 diff --git a/include/nuttx/usb/hid.h b/include/nuttx/usb/hid.h old mode 100755 new mode 100644 diff --git a/include/nuttx/usb/ohci.h b/include/nuttx/usb/ohci.h old mode 100755 new mode 100644 diff --git a/include/nuttx/usb/usbhost_trace.h b/include/nuttx/usb/usbhost_trace.h old mode 100755 new mode 100644 diff --git a/include/nuttx/wireless/cc1101.h b/include/nuttx/wireless/cc1101.h old mode 100755 new mode 100644 diff --git a/include/nuttx/wqueue.h b/include/nuttx/wqueue.h old mode 100755 new mode 100644 diff --git a/include/stdbool.h b/include/stdbool.h old mode 100755 new mode 100644 diff --git a/include/stdint.h b/include/stdint.h old mode 100755 new mode 100644 diff --git a/include/sys/sockio.h b/include/sys/sockio.h old mode 100755 new mode 100644 diff --git a/sched/pg_internal.h b/sched/pg_internal.h old mode 100755 new mode 100644 diff --git a/sched/pg_worker.c b/sched/pg_worker.c old mode 100755 new mode 100644 diff --git a/sched/sched_garbage.c b/sched/sched_garbage.c old mode 100755 new mode 100644 diff --git a/sched/work_cancel.c b/sched/work_cancel.c old mode 100755 new mode 100644 diff --git a/sched/work_internal.h b/sched/work_internal.h old mode 100755 new mode 100644 diff --git a/sched/work_queue.c b/sched/work_queue.c old mode 100755 new mode 100644 diff --git a/sched/work_thread.c b/sched/work_thread.c old mode 100755 new mode 100644