summaryrefslogtreecommitdiff
path: root/mailbox
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-01-17 11:30:13 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-01-17 11:30:13 +0000
commit15d33fdf05b274b9a0abfba5ec37026e47c36388 (patch)
treec05ec38fc681183c60ec9b8cb486687b7dd58528 /mailbox
parent2bdb522bd011c929bb7010f940bc11bbc3528cbe (diff)
downloadmailutils-15d33fdf05b274b9a0abfba5ec37026e47c36388.tar.gz
mailutils-15d33fdf05b274b9a0abfba5ec37026e47c36388.tar.bz2
Do not use alloca
Diffstat (limited to 'mailbox')
-rw-r--r--mailbox/nntp/mbox.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mailbox/nntp/mbox.c b/mailbox/nntp/mbox.c
index ca2d43eb4..8cb9fdee5 100644
--- a/mailbox/nntp/mbox.c
+++ b/mailbox/nntp/mbox.c
@@ -32,10 +32,6 @@
#include <fcntl.h>
#include <stdarg.h>
-#ifdef HAVE_ALLOCA_H
-# include <alloca.h>
-#endif
-
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif

Return to:

Send suggestions and report system problems to the System administrator.