Imported Upstream version 2.6.4
This commit is contained in:
parent
fad6ced6f6
commit
fefe62b2bd
257 changed files with 6020 additions and 1394 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue