NetworkManager/src/settings/plugins/ifcfg-rh
Thomas Haller 4ca6274e2b ifcfg-rh: fix warning about duplicate const when declaring string
clang warns:

    make[7]: Entering directory `./NetworkManager/src/settings/plugins/ifcfg-rh'
      CC       writer.lo
    writer.c:2505:20: error: duplicate 'const' declaration specifier [-Werror,-Wduplicate-decl-specifier]
            static const char const as_dash[] = "\\][|/=()!";
                              ^~~~~~
      CC       utils.lo
    utils.c:40:20: error: duplicate 'const' declaration specifier [-Werror,-Wduplicate-decl-specifier]
            static const char const drop_chars[] = "\r\n"; /* drop CR and LF */
                              ^~~~~~

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-08-01 13:17:00 +02:00
..
tests core: merge src/config, src/logging, src/posix-signals into src/ 2014-07-30 15:56:29 -04:00
common.h trivial: update dates in ifcfg-rh and keyfile plugins 2013-12-12 08:59:33 +01:00
errors.c settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
Makefile.am core: merge src/config, src/logging, src/posix-signals into src/ 2014-07-30 15:56:29 -04:00
nm-ifcfg-connection.c all: remove remaining GParamSpec name/blurb strings 2014-06-19 17:45:03 -04:00
nm-ifcfg-connection.h settings: add unrecognized-specs, implement in ifcfg-rh 2013-11-01 13:04:12 -04:00
nm-ifcfg-rh.conf settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
nm-ifcfg-rh.xml settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
plugin.c ifcfg-rh: fix a crash on setting hostname with SELinux disabled (rh #1122826) 2014-07-25 09:20:31 +02:00
plugin.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
reader.c ifcfg-rh: fix reading 802.1x phase2 EAP-GTC method 2014-07-03 14:05:04 -05:00
reader.h settings: add unrecognized-specs, implement in ifcfg-rh 2013-11-01 13:04:12 -04:00
shvar.c ifcfg-rh: fix leak in svOpenFileInternal() 2014-04-24 21:18:44 +02:00
shvar.h ifcfg-rh: return proper error messages from svOpenFile() and svWriteFile() 2014-04-09 10:50:56 -04:00
utils.c ifcfg-rh: fix warning about duplicate const when declaring string 2014-08-01 13:17:00 +02:00
utils.h ifcfg-rh: add support for reading and writing ifcfg alias files 2014-03-26 10:53:59 -04:00
writer.c ifcfg-rh: fix warning about duplicate const when declaring string 2014-08-01 13:17:00 +02:00
writer.h settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00