Changeset 3630 in MondoRescue for branches


Ignore:
Timestamp:
Dec 21, 2016, 4:46:41 PM (7 years ago)
Author:
Bruno Cornec
Message:

Fix some autoconf warnings
Fix loop error in mr_msg_init

Location:
branches/3.3/mondo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/configure.ac

    r3603 r3630  
    128128AC_FUNC_LSTAT
    129129AC_FUNC_MALLOC
     130AC_FUNC_REALLOC
    130131AC_FUNC_VPRINTF
    131 AC_CHECK_FUNCS([bzero getcwd gethostbyname inet_ntoa memmove memset mkdir mkdtemp mkfifo rmdir setenv strcasecmp strcspn strchr strdup strerror strncasecmp strrchr strspn strstr uname utime])
     132AC_CHECK_FUNCS([bzero getcwd gethostbyname inet_ntoa memmove memset mkdir mkdtemp mkfifo pathconf rmdir setenv strcasecmp strcspn strchr strdup strerror strncasecmp strrchr strspn strstr uname utime])
    132133
     134AM_PROG_CC_C_O
    133135AC_CONFIG_FILES([Makefile src/Makefile src/lib/Makefile src/common/Makefile src/mondoarchive/Makefile src/mondorestore/Makefile src/restore-scripts/Makefile src/restore-scripts/mondo/Makefile src/post-nuke.sample/Makefile src/post-nuke.sample/usr/Makefile src/post-nuke.sample/usr/bin/Makefile test/Makefile])
    134136AC_OUTPUT
  • branches/3.3/mondo/src/lib/mr_msg.c

    r3628 r3630  
    8686            }
    8787        }
     88        i++;
    8889    }
    8990    mr_msg_loglevel(loglevel);
Note: See TracChangeset for help on using the changeset viewer.