From 15cff173a2f27c0fb6c375cf247b6bb0b41f71e6 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Fri, 25 Dec 2009 10:44:40 +0100 Subject: [PATCH] Use #ifdef SIGXCPU instead of #ifndef NO_SIGXCPU --- lib/kadm5/ipropd_master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kadm5/ipropd_master.c b/lib/kadm5/ipropd_master.c index 490574003..ea725d2b8 100644 --- a/lib/kadm5/ipropd_master.c +++ b/lib/kadm5/ipropd_master.c @@ -954,7 +954,7 @@ main(int argc, char **argv) } if (0) ; -#ifndef NO_SIGXCPU +#ifdef SIGXCPU else if(exit_flag == SIGXCPU) krb5_warnx(context, "%s CPU time limit exceeded", getprogname()); #endif