"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:
Gabor Gombas
2009-11-25 05:05:03 -08:00
committed by Love Hornquist Astrand
parent a059a70746
commit 17bfa5d3e5

View File

@@ -110,8 +110,8 @@ main(int argc, char **argv)
heim_sipc mach; heim_sipc mach;
heim_sipc_launchd_mach_init(service_name, kcm_service, NULL, &mach); heim_sipc_launchd_mach_init(service_name, kcm_service, NULL, &mach);
} else { } else {
heim_sipc unix; heim_sipc un;
heim_sipc_service_unix(service_name, kcm_service, NULL, &unix); heim_sipc_service_unix(service_name, kcm_service, NULL, &un);
} }
heim_ipc_main(); heim_ipc_main();