$NetBSD: patch-ag,v 1.2 2000/01/27 17:12:05 hubertf Exp $

--- uidswap.c.orig	Thu Jan 20 14:18:16 2000
+++ uidswap.c	Thu Jan 27 17:04:38 2000
@@ -26,8 +26,10 @@
    is not part of the posix specification. */
 #define SAVED_IDS_WORK_WITH_SETEUID
 
+#ifdef SAVED_IDS_WORK_WITH_SETEUID
 /* Saved effective uid. */
 static uid_t saved_euid = 0;
+#endif
 
 #endif /* _POSIX_SAVED_IDS */
 
