From 73ba67cbc3941c3bcfda31a22a9d0d97ac928f3b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 13 May 2014 17:04:27 +0200 Subject: Fix macro warning on HAVE_PT_CHOWN --- sysdeps/unix/grantpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/grantpt.c b/sysdeps/unix/grantpt.c index 410dc50..2cb277c 100644 --- a/sysdeps/unix/grantpt.c +++ b/sysdeps/unix/grantpt.c @@ -176,7 +176,7 @@ grantpt (int fd) /* We have to use the helper program if it is available. */ helper:; -#ifdef HAVE_PT_CHOWN +#if HAVE_PT_CHOWN pid_t pid = __fork (); if (pid == -1) goto cleanup; -- cgit v1.1