Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 8 Jul 2001 07:32:45 +0000 (07:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 8 Jul 2001 07:32:45 +0000 (07:32 +0000)
* iconv/iconv_prog.c (main): Don't unconditionally define
variables only use if _POSIX_MAPPED_FILES is defined.

ChangeLog
iconv/iconv_prog.c

index 959ccb1..2ccd09b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-07-08  Ulrich Drepper  <drepper@redhat.com>
 
+       * iconv/iconv_prog.c (main): Don't unconditionally define
+       variables only use if _POSIX_MAPPED_FILES is defined.
+
        * sysdeps/unix/sysv/aix/sendmsg.c (sendmsg): Fix return type.
        * sysdeps/unix/sysv/aix/recvmsg.c (recvmsg): Likewise.
 
index 59e120f..00b4b95 100644 (file)
@@ -246,8 +246,10 @@ main (int argc, char *argv[])
       else
        do
          {
+#ifdef _POSIX_MAPPED_FILES
            struct stat st;
            char *addr;
+#endif
            int fd;
 
            if (verbose)