summaryrefslogtreecommitdiff
path: root/srcpos.h
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2008-01-11 13:14:57 -0600
committerJon Loeliger <jdl@freescale.com>2008-01-11 13:23:37 -0600
commit0f635df874540ee9ef5bf7137ca2a2d0cc5d807b (patch)
tree72ae4c7977b5178d592fd27605dc3ba5b4a8f4a3 /srcpos.h
parent82b327d38062cdb4e5628856f9b440ad6c96e7f8 (diff)
downloaddtc-0f635df874540ee9ef5bf7137ca2a2d0cc5d807b.tar.gz
Remove const from dtc_file::dir.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'srcpos.h')
-rw-r--r--srcpos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/srcpos.h b/srcpos.h
index 8108539..3ed2334 100644
--- a/srcpos.h
+++ b/srcpos.h
@@ -25,7 +25,7 @@
#include <stdio.h>
struct dtc_file {
- const char *dir;
+ char *dir;
const char *name;
FILE *file;
};