From: Todd C. Miller Date: Tue, 8 Oct 1996 23:21:12 +0000 (+0000) Subject: sequent -> _SEQUENT_ X-Git-Tag: SUDO_1_5_2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9376a8cd801ee540419ba3e0774092794bb111df;p=sudo sequent -> _SEQUENT_ --- diff --git a/compat.h b/compat.h index e72785128..71d8045fe 100644 --- a/compat.h +++ b/compat.h @@ -139,8 +139,8 @@ /* * Emulate seteuid() for DYNIX */ -#ifdef sequent +#ifdef _SEQUENT_ # define seteuid(_EUID) (setresuid(UID_NO_CHANGE, _EUID)) -#endif /* sequent */ +#endif /* _SEQUENT_ */ #endif /* _SUDO_COMPAT_H */