View | Details | Raw Unified
Collapse All | Expand All

(-) metalog-0.8-rc1/configure.ac (-1 / +1 lines)
 Lines 148-154   AC_FUNC_GETGROUPS Link Here 
AC_CHECK_FUNCS(initgroups setgroups)
AC_CHECK_FUNCS(initgroups setgroups)
AC_CHECK_FUNCS(seteuid setreuid setresuid setegid setregid setresgid)
AC_CHECK_FUNCS(seteuid setreuid setresuid setegid setregid setresgid)
AC_CHECK_FUNCS(setrlimit waitpid setproctitle)
AC_CHECK_FUNCS(setrlimit waitpid setproctitle setprogname)
AC_CHECK_FUNCS(memset strdup)
AC_CHECK_FUNCS(memset strdup)
AC_CHECK_FUNCS(strtoull strtoq)
AC_CHECK_FUNCS(strtoull strtoq)
AC_CHECK_FUNCS(putenv klogctl)
AC_CHECK_FUNCS(putenv klogctl)
(-) metalog-0.8-rc1/src/metalog.c (+2 lines)
 Lines 361-366   static void clearargs(int argc, char **a Link Here 
#endif
#endif
}
}
#ifndef HAVE_SETPROGNAME
static void setprogname(const char * const title)
static void setprogname(const char * const title)
{
{
#ifndef NO_PROCNAME_CHANGE
#ifndef NO_PROCNAME_CHANGE
 Lines 382-387   static void setprogname(const char * con Link Here 
#endif
#endif
    (void) title;
    (void) title;
}
}
#endif
static int getDataSources(int sockets[])
static int getDataSources(int sockets[])
{
{