From 605369bb60d02326dc0a901a7b80e81532a7d0d3 Mon Sep 17 00:00:00 2001 From: dtucker Date: Tue, 7 Oct 2003 08:37:11 +0000 Subject: [PATCH] - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID on Reliant Unix. Patch from Robert.Dahlem at siemens.com. --- ChangeLog | 2 ++ configure.ac | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index d3786c1f..180722ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ run-time switch, always build --with-md5-passwords. - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c] Bug #670: add strtoul() to openbsd-compat for platforms lacking it. ok djm@ + - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID + on Reliant Unix. Patch from Robert.Dahlem at siemens.com. 20031003 - (dtucker) OpenBSD CVS Sync diff --git a/configure.ac b/configure.ac index 8c2bb051..16ca7dfe 100644 --- a/configure.ac +++ b/configure.ac @@ -300,6 +300,9 @@ mips-sony-bsd|mips-sony-newsos4) IPADDR_IN_DISPLAY=yes AC_DEFINE(USE_PIPES) AC_DEFINE(IP_TOS_IS_BROKEN) + AC_DEFINE(SETEUID_BREAKS_SETUID) + AC_DEFINE(BROKEN_SETREUID) + AC_DEFINE(BROKEN_SETREGID) AC_DEFINE(SSHD_ACQUIRES_CTTY) external_path_file=/etc/default/login # /usr/ucblib/libucb.a no longer needed on ReliantUNIX -- 2.45.1