summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--lib/system.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e2cf400..6439a21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,6 @@ gl_EARLY
AC_PROG_RANLIB
AC_SYS_LARGEFILE
AC_ISC_POSIX
-AC_C_INLINE
AC_CHECK_HEADERS(fcntl.h linux/fd.h memory.h net/errno.h \
sgtty.h string.h \
diff --git a/lib/system.h b/lib/system.h
index 6acefd7..92b2462 100644
--- a/lib/system.h
+++ b/lib/system.h
@@ -470,7 +470,7 @@ char *getenv ();
# define SET_BINARY_MODE(arc)
# define TTY_NAME "/dev/tty"
# include <paxlib.h>
-static inline char const *
+static char const *
sys_reset_uid_gid (void)
{
uid_t uid = getuid ();