summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-12 11:38:43 +0000
committerJim Meyering <jim@meyering.net>2003-07-12 11:38:43 +0000
commit64521cfa9a4b76ec424a2e9c06ec6552b03c3551 (patch)
treec00ad22cb703404fffce5013f642ee97bd2bcee3 /src/df.c
parent1b0d576996b7d1c085cd928c8593832d6f479920 (diff)
downloadcoreutils-64521cfa9a4b76ec424a2e9c06ec6552b03c3551.tar.xz
It appears that the `#pragma alloca' included via "system.h" is
adequate, since join.c uses alloca, yet lacked an in-file #pragma. Remove `#pragma alloca'.
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/df.c b/src/df.c
index aeeae1531..136d32532 100644
--- a/src/df.c
+++ b/src/df.c
@@ -19,10 +19,6 @@
--human-readable and --megabyte options added by lm@sgi.com.
--si and large file support added by eggert@twinsun.com. */
-#ifdef _AIX
- #pragma alloca
-#endif
-
#include <config.h>
#include <stdio.h>
#include <sys/types.h>