diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-02-18 07:09:20 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-02-18 07:09:20 +0000 |
| commit | 57dbe911a3edb1a3659236d9d5ff81ed06d32a0c (patch) | |
| tree | 04091bf9be3508655e123b2caeb2c46cba470369 /gnu/libexec/uucp | |
| parent | 331fe8330f64bee59a687fe65de7eb01f53d7b27 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec/uucp')
| -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 c74106cc0e50..9e7c6c5ecf51 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 1 +#define HAVE_SAVED_SETUID 0 /* On some systems, such as 4.4BSD-Lite, NetBSD, the DG Aviion and, possibly, the RS/6000, the setreuid function is broken. It should |
