From 4c639bf9d7d00a7dabed57402a84ce2397c85fc2 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 29 Apr 1995 12:22:41 +0000 Subject: [PATCH] Fix HAVE_SAVED_IDS and HAVE_BROKEN_SETREUID defines --- gnu/libexec/uucp/common_sources/policy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/libexec/uucp/common_sources/policy.h b/gnu/libexec/uucp/common_sources/policy.h index 7fd03a24fa2..75b8d21a218 100644 --- a/gnu/libexec/uucp/common_sources/policy.h +++ b/gnu/libexec/uucp/common_sources/policy.h @@ -203,7 +203,7 @@ HAVE_SAVED_SETUID to 1, but your system does not have saved set user ID, uucp will fail with an error message whenever anybody other than the uucp user uses it. */ -#define HAVE_SAVED_SETUID 0 +#define HAVE_SAVED_SETUID 1 /* On some systems, such as the DG Aviion and, possibly, the RS/6000, the setreuid function is broken. It should be possible to use @@ -213,7 +213,7 @@ set HAVE_BROKEN_SETREUID to 1; if you do not, you will get error messages from setreuid. Systems on which setreuid exists but is broken pretty much always have saved setuid. */ -#define HAVE_BROKEN_SETREUID 1 +#define HAVE_BROKEN_SETREUID 0 /* On the 3B2, and possibly other systems, nap takes an argument in hundredths of a second rather than milliseconds. I don't know of