From f7583144f378b90d264da8c7fdd8245798944053 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 28 Aug 2007 13:10:07 +0000 Subject: Use correct defines --- src/rc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rc.c') diff --git a/src/rc.c b/src/rc.c index 4cb03491..5c951beb 100644 --- a/src/rc.c +++ b/src/rc.c @@ -512,7 +512,7 @@ static void sulogin (bool cont) } waitpid (pid, &status, 0); } else { -#ifdef __linux +#ifdef __linux__ execle ("/sbin/sulogin", "/sbin/sulogin", (char *) NULL, newenv); eerrorx ("%s: unable to exec `/sbin/sulogin': %s", applet, strerror (errno)); #else @@ -955,7 +955,7 @@ int main (int argc, char **argv) strcmp (RUNLEVEL, "0") != 0) { execl (SHUTDOWN, SHUTDOWN, -#ifdef __linux +#ifdef __linux__ "-h", #else "-p", -- cgit v1.2.3