summaryrefslogtreecommitdiff
path: root/examples/nntpclient.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-15 20:01:39 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-15 20:01:39 +0000
commit8e632048790803010c55b60e254e0c9c5a51d42c (patch)
tree9c5d1d22ea3abb27dde572b8f5332f4c060e793a /examples/nntpclient.c
parent0f3bca17956adc76c95b0d869e893f2f169a040d (diff)
downloadmailutils-8e632048790803010c55b60e254e0c9c5a51d42c.tar.gz
mailutils-8e632048790803010c55b60e254e0c9c5a51d42c.tar.bz2
Use mu_off_t instead of off_t
Diffstat (limited to 'examples/nntpclient.c')
-rw-r--r--examples/nntpclient.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/nntpclient.c b/examples/nntpclient.c
index 4ad1120f2..aa1f33266 100644
--- a/examples/nntpclient.c
+++ b/examples/nntpclient.c
@@ -20,9 +20,8 @@
MA 02110-1301 USA */
#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
+# include <config.h> /* For ARG_UNUSED only */
+#endif
#include <sys/types.h>
#include <unistd.h>
#include <stdio.h>

Return to:

Send suggestions and report system problems to the System administrator.