"unix" is a built-in preprocessor symbol, so it cannot be used as a variable name
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
a059a70746
commit
17bfa5d3e5
@@ -110,8 +110,8 @@ main(int argc, char **argv)
|
||||
heim_sipc mach;
|
||||
heim_sipc_launchd_mach_init(service_name, kcm_service, NULL, &mach);
|
||||
} else {
|
||||
heim_sipc unix;
|
||||
heim_sipc_service_unix(service_name, kcm_service, NULL, &unix);
|
||||
heim_sipc un;
|
||||
heim_sipc_service_unix(service_name, kcm_service, NULL, &un);
|
||||
}
|
||||
|
||||
heim_ipc_main();
|
||||
|
Reference in New Issue
Block a user