From cda110aa9efe6da984ad23b888a7a610978f48b2 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Mon, 7 Nov 2016 11:49:09 -0700 Subject: [PATCH] Fix missing letter 'd' in commit 5ee0be42537a --- src/slurmd/common/xcpuinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slurmd/common/xcpuinfo.c b/src/slurmd/common/xcpuinfo.c index d3f92052e6d..d79beb5de27 100644 --- a/src/slurmd/common/xcpuinfo.c +++ b/src/slurmd/common/xcpuinfo.c @@ -105,7 +105,7 @@ get_procs(uint16_t *procs) } *procs = (uint16_t) my_proc_tally; -#elif define(HAVE_SYSCTLBYNAME) +#elif defined (HAVE_SYSCTLBYNAME) int ncpu; size_t len = sizeof(ncpu); -- GitLab