diff options
| author | mycroft <mycroft@NetBSD.org> | 1994-09-23 09:21:49 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1994-09-23 09:21:49 +0000 |
| commit | c9ea88381296f66b3a418cd2af4ed9716a04cc9d (patch) | |
| tree | bcdc4b50e438d9444cae6e4ea072b6946beb5c5a /gnu/libexec | |
| parent | 83ede345fb98b8aa80e484060d3a566f505d1782 (diff) | |
Enable HAVE_BROKEN_SETREUID.
Diffstat (limited to 'gnu/libexec')
| -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 4c829bf42d8..c377b3d0dfd 100644 --- a/gnu/libexec/uucp/common_sources/policy.h +++ b/gnu/libexec/uucp/common_sources/policy.h @@ -197,7 +197,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 |
