]> granicus.if.org Git - sudo/commitdiff
sequent -> _SEQUENT_
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 Oct 1996 23:21:12 +0000 (23:21 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 Oct 1996 23:21:12 +0000 (23:21 +0000)
compat.h

index e727851287103f9bae12576c1699fa26389d14c4..71d8045fed21e818147b1771d50fd58ac295eff3 100644 (file)
--- a/compat.h
+++ b/compat.h
 /*
  * Emulate seteuid() for DYNIX
  */
-#ifdef sequent
+#ifdef _SEQUENT_
 #  define seteuid(_EUID)       (setresuid(UID_NO_CHANGE, _EUID))
-#endif /* sequent */
+#endif /* _SEQUENT_ */
 
 #endif /* _SUDO_COMPAT_H */