diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-17 23:15:30 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-17 23:15:30 +0000 |
| commit | 442f2b9758bb5f8b80b0bcfb6bed70480b25f0c6 (patch) | |
| tree | 7353c5de351f9d5d7cda4cea83d0d6c257361233 /gnu | |
| parent | e3178a06e5ea23fe30b6d4a57fd8f2707a0464a4 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/libexec/uucp/common_sources/policy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/libexec/uucp/common_sources/policy.h b/gnu/libexec/uucp/common_sources/policy.h index cd61c59ffc232..7fd03a24fa2e8 100644 --- a/gnu/libexec/uucp/common_sources/policy.h +++ b/gnu/libexec/uucp/common_sources/policy.h @@ -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 0 +#define HAVE_BROKEN_SETREUID 1 /* On the 3B2, and possibly other systems, nap takes an argument in hundredths of a second rather than milliseconds. I don't know of |
