]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - scripts/kconfig/expr.h
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
[net-next-2.6.git] / scripts / kconfig / expr.h
index 170459c224a13d94be08b00b72b63c1503303ed1..184eb6a0b505cc50e7435950b7a770923ba06cb2 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
 struct file {
        struct file *next;
        struct file *parent;
-       char *name;
+       const char *name;
        int lineno;
        int flags;
 };