Imported Upstream version 2.6.4

This commit is contained in:
Arnaud Quette 2012-06-01 15:55:19 +02:00
parent fad6ced6f6
commit fefe62b2bd
257 changed files with 6020 additions and 1394 deletions

View file

@ -25,12 +25,12 @@ enum {
STAT_INSTCMD_HANDLED = 0, /* completed successfully */
STAT_INSTCMD_UNKNOWN, /* unspecified error */
STAT_INSTCMD_INVALID, /* invalid command */
STAT_INSTCMD_FAILED /* command failed */
STAT_INSTCMD_FAILED /* command failed */
};
/* return values for setvar */
enum {
STAT_SET_HANDLED = 0, /* completed successfully */
STAT_SET_HANDLED = 0, /* completed successfully */
STAT_SET_UNKNOWN, /* unspecified error */
STAT_SET_INVALID, /* not writeable */
STAT_SET_FAILED /* writing failed */